#03186C

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

Shades of Sapphire #03186C

Tints of Sapphire #03186C

Color information

#03186C (or 0x03186C) is unknown color: approx Sapphire. HEX triplet: 03, 18 and 6C. RGB value is (3,24,108). Sum of RGB (Red+Green+Blue) = 3+24+108=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 108 (42.58% from 255 or 80% from 135); Max value from RGB is 108 - color contains mainly: blue. Hex color #03186C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03186C is #FCE793. Grayscale: #1A1A1A. Windows color (decimal): -16574356 or 7084035. OLE color: 7084035.

HSL color Cylindrical-coordinate representation of color #03186C: hue angle of 228º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03186C is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB324108-
CMYK0.970.7800.58
HSL228º94.59%21.76%-
HSV(B)228º97.22%42.35%-
XYZ3.071.7614.36-
YUV27.3173.54110.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 24 (9.77% from 255) = 17.78%
BLUE value IS 108 (42.58% from 255) = 80%
R=2.22%
G=17.78%
B=80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3241080.970.7800.5822894.5921.76
Hex3186C614E03Ae45f16
Octal33015414111607234413726
Binary1111000110110011000011001110011101011100100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,24,108); }

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

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

 a { background-color: rgb(3,24,108); }

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

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

 span { border-color: rgb(3,24,108); }

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