Html Css Color HEX #00126B Sapphire

📋 copy color: '#00126B'

red 0 ◦ green 18 ◦ blue 107

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

Shades of Sapphire #00126B

Tints of Sapphire #00126B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 85.6%

R = 0%
G = 14.4%
B = 85.6%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#00126B (or 0x00126B) is known color: Sapphire. HEX triplet: 00, 12 and 6B. RGB value is (0,18,107). Sum of RGB (Red+Green+Blue) = 0+18+107=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 107 (42.19% from 255 or 85.6% from 125); Max value from RGB is 107 - color contains mainly: blue. Hex color #00126B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00126B is #FFED94. Grayscale: #161616. Windows color (decimal): -16772501 or 7016960. OLE color: 7016960.

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

Color convert

RGB 0 18 107 -
CMYK 1 0.83 0 0.58
HSL 229.91º 1% 0.21% -
HSV(B) 229.91º 1% 0.42% -
XYZ 2.87 1.49 14.05 -
YUV 22.76 175.54 111.76 -
System Red Green Blue C M Y K H S L
Decimal 0 18 107 1 0.83 0 0.58 229.91 1 0.21
Hex 0 12 6B 64 53 0 3A E6 64 15
Octal 0 22 153 144 123 0 72 346 144 25
Binary 0 10010 1101011 1100100 1010011 0 111010 11100110 1100100 10101

Color Harmonies of #00126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00126B

Black with #00126B

Text Example


Text Example

White with #00126B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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