Html Css Color HEX #00125E Sapphire

📋 copy color: '#00125E'

red 0 ◦ green 18 ◦ blue 94

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

Shades of Sapphire #00125E

Tints of Sapphire #00125E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 83.93%

R = 0%
G = 16.07%
B = 83.93%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00125E (or 0x00125E) is known color: Sapphire. HEX triplet: 00, 12 and 5E. RGB value is (0,18,94). Sum of RGB (Red+Green+Blue) = 0+18+94=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 94 (37.11% from 255 or 83.93% from 112); Max value from RGB is 94 - color contains mainly: blue. Hex color #00125E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00125E is #FFEDA1. Grayscale: #141414. Windows color (decimal): -16772514 or 6164992. OLE color: 6164992.

HSL color Cylindrical-coordinate representation of color #00125E: hue angle of 228.51º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00125E is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 18 94 -
CMYK 1 0.81 0 0.63
HSL 228.51º 1% 0.18% -
HSV(B) 228.51º 1% 0.37% -
XYZ 2.24 1.24 10.71 -
YUV 21.28 169.04 112.82 -
System Red Green Blue C M Y K H S L
Decimal 0 18 94 1 0.81 0 0.63 228.51 1 0.18
Hex 0 12 5E 64 51 0 3F E5 64 12
Octal 0 22 136 144 121 0 77 345 144 22
Binary 0 10010 1011110 1100100 1010001 0 111111 11100101 1100100 10010

Color Harmonies of #00125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00125E

Black with #00125E

Text Example


Text Example

White with #00125E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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