Html Css Color HEX #012D76 Sapphire

📋 copy color: '#012D76'

red 1 ◦ green 45 ◦ blue 118

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

Shades of Sapphire #012D76

Tints of Sapphire #012D76

RGB

 RED value IS 1 (0.78% from 255) = 0.61%

 GREEN value IS 45 (17.97% from 255) = 27.44%

 BLUE value IS 118 (46.48% from 255) = 71.95%

R = 0.61%
G = 27.44%
B = 71.95%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#012D76 (or 0x012D76) is known color: Sapphire. HEX triplet: 01, 2D and 76. RGB value is (1,45,118). Sum of RGB (Red+Green+Blue) = 1+45+118=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 118 (46.48% from 255 or 71.95% from 164); Max value from RGB is 118 - color contains mainly: blue. Hex color #012D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012D76 is #FED289. Grayscale: #272727. Windows color (decimal): -16700042 or 7744769. OLE color: 7744769.

HSL color Cylindrical-coordinate representation of color #012D76: hue angle of 217.44º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012D76 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 45 118 -
CMYK 0.99 0.62 0 0.54
HSL 217.44º 0.98% 0.23% -
HSV(B) 217.44º 0.99% 0.46% -
XYZ 4.22 3.19 17.53 -
YUV 40.17 171.92 100.06 -
System Red Green Blue C M Y K H S L
Decimal 1 45 118 0.99 0.62 0 0.54 217.44 0.98 0.23
Hex 1 2D 76 63 3E 0 36 D9 62 17
Octal 1 55 166 143 76 0 66 331 142 27
Binary 1 101101 1110110 1100011 111110 0 110110 11011001 1100010 10111

Color Harmonies of #012D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D76

Black with #012D76

Text Example


Text Example

White with #012D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012D76; }

 p { color: rgb(1,45,118); }

 H1.HeaderClassName
 {
   color: #012D76;
 }
 .AnyTagClassName
 {
   color: #012D76;
 }
</style>

background-color css

<style>
 a { background-color: #012D76; }

 a { background-color: rgb(1,45,118); }

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

border-color css

<style>
 span { border-color: #012D76; }

 span { border-color: rgb(1,45,118); }

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