Html Css Color HEX #00126E Sapphire

📋 copy color: '#00126E'

red 0 ◦ green 18 ◦ blue 110

#00126E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #00126E

Tints of Sapphire #00126E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 18 (7.42% from 255) = 14.06%

 BLUE value IS 110 (43.36% from 255) = 85.94%

R = 0%
G = 14.06%
B = 85.94%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00126E (or 0x00126E) is known color: Sapphire. HEX triplet: 00, 12 and 6E. RGB value is (0,18,110). Sum of RGB (Red+Green+Blue) = 0+18+110=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 110 (43.36% from 255 or 85.94% from 128); Max value from RGB is 110 - color contains mainly: blue. Hex color #00126E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00126E is #FFED91. Grayscale: #161616. Windows color (decimal): -16772498 or 7213568. OLE color: 7213568.

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

Color convert

RGB 0 18 110 -
CMYK 1 0.84 0 0.57
HSL 230.18º 1% 0.22% -
HSV(B) 230.18º 1% 0.43% -
XYZ 3.03 1.56 14.89 -
YUV 23.11 177.04 111.52 -
System Red Green Blue C M Y K H S L
Decimal 0 18 110 1 0.84 0 0.57 230.18 1 0.22
Hex 0 12 6E 64 54 0 39 E6 64 16
Octal 0 22 156 144 124 0 71 346 144 26
Binary 0 10010 1101110 1100100 1010100 0 111001 11100110 1100100 10110

Color Harmonies of #00126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00126E

Black with #00126E

Text Example


Text Example

White with #00126E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00126E;
 }
 .AnyTagClassName
 {
   color: #00126E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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