#03186E

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

Shades of Sapphire #03186E

Tints of Sapphire #03186E

Color information

#03186E (or 0x03186E) is unknown color: approx Sapphire. HEX triplet: 03, 18 and 6E. RGB value is (3,24,110). Sum of RGB (Red+Green+Blue) = 3+24+110=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 110 (43.36% from 255 or 80.29% from 137); Max value from RGB is 110 - color contains mainly: blue. Hex color #03186E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03186E is #FCE791. Grayscale: #1B1B1B. Windows color (decimal): -16574354 or 7215107. OLE color: 7215107.

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

Color convert

RGB324110-
CMYK0.970.7800.57
HSL228.22º94.69%22.16%-
HSV(B)228.22º97.27%43.14%-
XYZ3.181.814.93-
YUV27.52174.54110.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 24 (9.77% from 255) = 17.52%
BLUE value IS 110 (43.36% from 255) = 80.29%
R=2.19%
G=17.52%
B=80.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3241100.970.7800.57228.2294.6922.16
Hex3186E614E039e45f16
Octal33015614111607134413726
Binary1111000110111011000011001110011100111100100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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