#08145C

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

Shades of Sapphire #08145C

Tints of Sapphire #08145C

Color information

#08145C (or 0x08145C) is unknown color: approx Sapphire. HEX triplet: 08, 14 and 5C. RGB value is (8,20,92). Sum of RGB (Red+Green+Blue) = 8+20+92=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 92 (36.33% from 255 or 76.67% from 120); Max value from RGB is 92 - color contains mainly: blue. Hex color #08145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08145C is #F7EBA3. Grayscale: #181818. Windows color (decimal): -16247716 or 6034440. OLE color: 6034440.

HSL color Cylindrical-coordinate representation of color #08145C: hue angle of 231.43º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08145C is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB82092-
CMYK0.910.7800.64
HSL231.43º84%19.61%-
HSV(B)231.43º91.3%36.08%-
XYZ2.281.3210.26-
YUV24.62166.02116.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.67%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 92 (36.33% from 255) = 76.67%
R=6.67%
G=16.67%
B=76.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal820920.910.7800.64231.438419.61
Hex8145C5B4E040e75414
Octal1024134133116010034712424
Binary1000101001011100101101110011100100000011100111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08145C; }

 p { color: rgb(8,20,92); }

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

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

 a { background-color: rgb(8,20,92); }

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

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

 span { border-color: rgb(8,20,92); }

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