Html Css Color HEX #012778 Sapphire

📋 copy color: '#012778'

red 1 ◦ green 39 ◦ blue 120

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

Shades of Sapphire #012778

Tints of Sapphire #012778

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.38%

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

R = 0.63%
G = 24.38%
B = 75%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#012778 (or 0x012778) is known color: Sapphire. HEX triplet: 01, 27 and 78. RGB value is (1,39,120). Sum of RGB (Red+Green+Blue) = 1+39+120=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 120 (47.27% from 255 or 75% from 160); Max value from RGB is 120 - color contains mainly: blue. Hex color #012778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012778 is #FED887. Grayscale: #242424. Windows color (decimal): -16701576 or 7874305. OLE color: 7874305.

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

Color convert

RGB 1 39 120 -
CMYK 0.99 0.67 0 0.53
HSL 220.84º 0.98% 0.24% -
HSV(B) 220.84º 0.99% 0.47% -
XYZ 4.13 2.81 18.09 -
YUV 36.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 1 39 120 0.99 0.67 0 0.53 220.84 0.98 0.24
Hex 1 27 78 63 43 0 35 DD 62 18
Octal 1 47 170 143 103 0 65 335 142 30
Binary 1 100111 1111000 1100011 1000011 0 110101 11011101 1100010 11000

Color Harmonies of #012778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012778

Black with #012778

Text Example


Text Example

White with #012778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012778; }

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

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

background-color css

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

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

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

border-color css

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

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

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