Html Css Color HEX #012076 Sapphire

📋 copy color: '#012076'

red 1 ◦ green 32 ◦ blue 118

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

Shades of Sapphire #012076

Tints of Sapphire #012076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.19%

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

R = 0.66%
G = 21.19%
B = 78.15%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#012076 (or 0x012076) is known color: Sapphire. HEX triplet: 01, 20 and 76. RGB value is (1,32,118). Sum of RGB (Red+Green+Blue) = 1+32+118=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 118 (46.48% from 255 or 78.15% from 151); Max value from RGB is 118 - color contains mainly: blue. Hex color #012076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012076 is #FEDF89. Grayscale: #202020. Windows color (decimal): -16703370 or 7741441. OLE color: 7741441.

HSL color Cylindrical-coordinate representation of color #012076: hue angle of 224.1º 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 #012076 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 32 118 -
CMYK 0.99 0.73 0 0.54
HSL 224.1º 0.98% 0.23% -
HSV(B) 224.1º 0.99% 0.46% -
XYZ 3.8 2.35 17.39 -
YUV 32.54 176.23 105.51 -
System Red Green Blue C M Y K H S L
Decimal 1 32 118 0.99 0.73 0 0.54 224.1 0.98 0.23
Hex 1 20 76 63 49 0 36 E0 62 17
Octal 1 40 166 143 111 0 66 340 142 27
Binary 1 100000 1110110 1100011 1001001 0 110110 11100000 1100010 10111

Color Harmonies of #012076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012076

Black with #012076

Text Example


Text Example

White with #012076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012076; }

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

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

background-color css

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

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

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

border-color css

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

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

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