#071867

Color #071867 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #071867

Tints of Sapphire #071867

Color information

#071867 (or 0x071867) is unknown color: approx Sapphire. HEX triplet: 07, 18 and 67. RGB value is (7,24,103). Sum of RGB (Red+Green+Blue) = 7+24+103=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 103 (40.62% from 255 or 76.87% from 134); Max value from RGB is 103 - color contains mainly: blue. Hex color #071867 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071867 is #F8E798. Grayscale: #1B1B1B. Windows color (decimal): -16312217 or 6756359. OLE color: 6756359.

HSL color Cylindrical-coordinate representation of color #071867: hue angle of 229.38º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071867 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB724103-
CMYK0.930.7700.60
HSL229.38º87.27%21.57%-
HSV(B)229.38º93.2%40.39%-
XYZ2.861.6813-
YUV27.92170.37113.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 5.22%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 103 (40.62% from 255) = 76.87%
R=5.22%
G=17.91%
B=76.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7241030.930.7700.60229.3887.2721.57
Hex718675D4D03Ce55716
Octal73014713511507434512726
Binary11111000110011110111011001101011110011100101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071867; }

 p { color: rgb(7,24,103); }

 H1.HeaderClassName
 {
   color: #071867;
 }
 .AnyTagClassName
 {
   color: #071867;
 }
</style>
background-color css

<style>
 a { background-color: #071867; }

 a { background-color: rgb(7,24,103); }

 div.DivClassName
 {
   background-color: #071867;
 }
 .BgClassName
 {
   background-color: #071867;
 }
</style>
border-color css

<style>
 span { border-color: #071867; }

 span { border-color: rgb(7,24,103); }

 td.TdClassName
 {
   border-color: #071867;
 }
 .TagClassName
 {
   border-color: #071867;
 }
</style>