Html Css Color HEX #012976 Sapphire

📋 copy color: '#012976'

red 1 ◦ green 41 ◦ blue 118

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

Shades of Sapphire #012976

Tints of Sapphire #012976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.63%

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

R = 0.63%
G = 25.63%
B = 73.75%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#012976 (or 0x012976) is known color: Sapphire. HEX triplet: 01, 29 and 76. RGB value is (1,41,118). Sum of RGB (Red+Green+Blue) = 1+41+118=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 118 (46.48% from 255 or 73.75% from 160); Max value from RGB is 118 - color contains mainly: blue. Hex color #012976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012976 is #FED689. Grayscale: #252525. Windows color (decimal): -16701066 or 7743745. OLE color: 7743745.

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

Color convert

RGB 1 41 118 -
CMYK 0.99 0.65 0 0.54
HSL 219.49º 0.98% 0.23% -
HSV(B) 219.49º 0.99% 0.46% -
XYZ 4.08 2.9 17.48 -
YUV 37.82 173.25 101.74 -
System Red Green Blue C M Y K H S L
Decimal 1 41 118 0.99 0.65 0 0.54 219.49 0.98 0.23
Hex 1 29 76 63 41 0 36 DB 62 17
Octal 1 51 166 143 101 0 66 333 142 27
Binary 1 101001 1110110 1100011 1000001 0 110110 11011011 1100010 10111

Color Harmonies of #012976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012976

Black with #012976

Text Example


Text Example

White with #012976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012976; }

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

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

background-color css

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

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

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

border-color css

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

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

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