Html Css Color HEX #012478 Sapphire

📋 copy color: '#012478'

red 1 ◦ green 36 ◦ blue 120

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

Shades of Sapphire #012478

Tints of Sapphire #012478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.93%

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

R = 0.64%
G = 22.93%
B = 76.43%

CMYK

 C value IS 0.99

 M value IS 0.7

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#012478 (or 0x012478) is known color: Sapphire. HEX triplet: 01, 24 and 78. RGB value is (1,36,120). Sum of RGB (Red+Green+Blue) = 1+36+120=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 120 (47.27% from 255 or 76.43% from 157); Max value from RGB is 120 - color contains mainly: blue. Hex color #012478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012478 is #FEDB87. Grayscale: #222222. Windows color (decimal): -16702344 or 7873537. OLE color: 7873537.

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

Color convert

RGB 1 36 120 -
CMYK 0.99 0.7 0 0.53
HSL 222.35º 0.98% 0.24% -
HSV(B) 222.35º 0.99% 0.47% -
XYZ 4.03 2.62 18.06 -
YUV 35.11 175.9 103.67 -
System Red Green Blue C M Y K H S L
Decimal 1 36 120 0.99 0.7 0 0.53 222.35 0.98 0.24
Hex 1 24 78 63 46 0 35 DE 62 18
Octal 1 44 170 143 106 0 65 336 142 30
Binary 1 100100 1111000 1100011 1000110 0 110101 11011110 1100010 11000

Color Harmonies of #012478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012478

Black with #012478

Text Example


Text Example

White with #012478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012478; }

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

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

background-color css

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

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

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

border-color css

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

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

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