#03125C

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

Shades of Sapphire #03125C

Tints of Sapphire #03125C

Color information

#03125C (or 0x03125C) is unknown color: approx Sapphire. HEX triplet: 03, 12 and 5C. RGB value is (3,18,92). Sum of RGB (Red+Green+Blue) = 3+18+92=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 92 (36.33% from 255 or 81.42% from 113); Max value from RGB is 92 - color contains mainly: blue. Hex color #03125C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03125C is #FCEDA3. Grayscale: #151515. Windows color (decimal): -16575908 or 6033923. OLE color: 6033923.

HSL color Cylindrical-coordinate representation of color #03125C: hue angle of 229.89º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03125C is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB31892-
CMYK0.970.8000.64
HSL229.89º93.68%18.63%-
HSV(B)229.89º96.74%36.08%-
XYZ2.191.2210.25-
YUV21.95167.53114.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.65%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 92 (36.33% from 255) = 81.42%
R=2.65%
G=15.93%
B=81.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal318920.970.8000.64229.8993.6818.63
Hex3125C6150040e65e13
Octal322134141120010034613623
Binary11100101011100110000110100000100000011100110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,18,92); }

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

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

 a { background-color: rgb(3,18,92); }

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

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

 span { border-color: rgb(3,18,92); }

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