Html Css Color HEX #012978 Sapphire

📋 copy color: '#012978'

red 1 ◦ green 41 ◦ blue 120

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

Shades of Sapphire #012978

Tints of Sapphire #012978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 74.07%

R = 0.62%
G = 25.31%
B = 74.07%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#012978 (or 0x012978) is known color: Sapphire. HEX triplet: 01, 29 and 78. RGB value is (1,41,120). Sum of RGB (Red+Green+Blue) = 1+41+120=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 120 (47.27% from 255 or 74.07% from 162); Max value from RGB is 120 - color contains mainly: blue. Hex color #012978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012978 is #FED687. Grayscale: #252525. Windows color (decimal): -16701064 or 7874817. OLE color: 7874817.

HSL color Cylindrical-coordinate representation of color #012978: hue angle of 219.83º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012978 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 41 120 -
CMYK 0.99 0.66 0 0.53
HSL 219.83º 0.98% 0.24% -
HSV(B) 219.83º 0.99% 0.47% -
XYZ 4.2 2.95 18.12 -
YUV 38.05 174.25 101.58 -
System Red Green Blue C M Y K H S L
Decimal 1 41 120 0.99 0.66 0 0.53 219.83 0.98 0.24
Hex 1 29 78 63 42 0 35 DC 62 18
Octal 1 51 170 143 102 0 65 334 142 30
Binary 1 101001 1111000 1100011 1000010 0 110101 11011100 1100010 11000

Color Harmonies of #012978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012978

Black with #012978

Text Example


Text Example

White with #012978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012978; }

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

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

background-color css

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

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

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

border-color css

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

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

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