#03186A

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

Shades of Sapphire #03186A

Tints of Sapphire #03186A

Color information

#03186A (or 0x03186A) is unknown color: approx Sapphire. HEX triplet: 03, 18 and 6A. RGB value is (3,24,106). Sum of RGB (Red+Green+Blue) = 3+24+106=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 106 (41.80% from 255 or 79.70% from 133); Max value from RGB is 106 - color contains mainly: blue. Hex color #03186A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03186A is #FCE795. Grayscale: #1A1A1A. Windows color (decimal): -16574358 or 6952963. OLE color: 6952963.

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

Color convert

RGB324106-
CMYK0.970.7700.58
HSL227.77º94.5%21.37%-
HSV(B)227.77º97.17%41.57%-
XYZ2.971.7113.81-
YUV27.07172.54110.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 106 (41.80% from 255) = 79.70%
R=2.26%
G=18.05%
B=79.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3241060.970.7700.58227.7794.521.37
Hex3186A614D03Ae45e15
Octal33015214111507234413625
Binary1111000110101011000011001101011101011100100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03186A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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