Html Css Color HEX #012777 Sapphire

📋 copy color: '#012777'

red 1 ◦ green 39 ◦ blue 119

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

Shades of Sapphire #012777

Tints of Sapphire #012777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 74.84%

R = 0.63%
G = 24.53%
B = 74.84%

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

#012777 (or 0x012777) is known color: Sapphire. HEX triplet: 01, 27 and 77. RGB value is (1,39,119). Sum of RGB (Red+Green+Blue) = 1+39+119=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 119 (46.88% from 255 or 74.84% from 159); Max value from RGB is 119 - color contains mainly: blue. Hex color #012777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012777 is #FED888. Grayscale: #242424. Windows color (decimal): -16701577 or 7808769. OLE color: 7808769.

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

Color convert

RGB 1 39 119 -
CMYK 0.99 0.67 0 0.53
HSL 220.68º 0.98% 0.24% -
HSV(B) 220.68º 0.99% 0.47% -
XYZ 4.07 2.79 17.78 -
YUV 36.76 174.41 102.5 -
System Red Green Blue C M Y K H S L
Decimal 1 39 119 0.99 0.67 0 0.53 220.68 0.98 0.24
Hex 1 27 77 63 43 0 35 DD 62 18
Octal 1 47 167 143 103 0 65 335 142 30
Binary 1 100111 1110111 1100011 1000011 0 110101 11011101 1100010 11000

Color Harmonies of #012777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012777

Black with #012777

Text Example


Text Example

White with #012777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012777; }

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

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

background-color css

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

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

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

border-color css

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

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

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