#00126D

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

Shades of Sapphire #00126D

Tints of Sapphire #00126D

Color information

#00126D (or 0x00126D) is unknown color: approx Sapphire. HEX triplet: 00, 12 and 6D. RGB value is (0,18,109). Sum of RGB (Red+Green+Blue) = 0+18+109=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 109 (42.97% from 255 or 85.83% from 127); Max value from RGB is 109 - color contains mainly: blue. Hex color #00126D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00126D is #FFED92. Grayscale: #161616. Windows color (decimal): -16772499 or 7148032. OLE color: 7148032.

HSL color Cylindrical-coordinate representation of color #00126D: hue angle of 230.09º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00126D is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB018109-
CMYK10.8300.57
HSL230.09º100%21.37%-
HSV(B)230.09º100%42.75%-
XYZ2.981.5414.61-
YUV22.99176.54111.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 109 (42.97% from 255) = 85.83%
R=0%
G=14.17%
B=85.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal01810910.8300.57230.0910021.37
Hex0126D6453039e66415
Octal02215514412307134614425
Binary010010110110111001001010011011100111100110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00126D; }

 p { color: rgb(0,18,109); }

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

<style>
 a { background-color: #00126D; }

 a { background-color: rgb(0,18,109); }

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

<style>
 span { border-color: #00126D; }

 span { border-color: rgb(0,18,109); }

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