Html Css Color HEX #012770 Sapphire

📋 copy color: '#012770'

red 1 ◦ green 39 ◦ blue 112

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

Shades of Sapphire #012770

Tints of Sapphire #012770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 73.68%

R = 0.66%
G = 25.66%
B = 73.68%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#012770 (or 0x012770) is known color: Sapphire. HEX triplet: 01, 27 and 70. RGB value is (1,39,112). Sum of RGB (Red+Green+Blue) = 1+39+112=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 112 (44.14% from 255 or 73.68% from 152); Max value from RGB is 112 - color contains mainly: blue. Hex color #012770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012770 is #FED88F. Grayscale: #232323. Windows color (decimal): -16701584 or 7350017. OLE color: 7350017.

HSL color Cylindrical-coordinate representation of color #012770: hue angle of 219.46º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012770 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 39 112 -
CMYK 0.99 0.65 0 0.56
HSL 219.46º 0.98% 0.22% -
HSV(B) 219.46º 0.99% 0.44% -
XYZ 3.66 2.63 15.64 -
YUV 35.96 170.91 103.06 -
System Red Green Blue C M Y K H S L
Decimal 1 39 112 0.99 0.65 0 0.56 219.46 0.98 0.22
Hex 1 27 70 63 41 0 38 DB 62 16
Octal 1 47 160 143 101 0 70 333 142 26
Binary 1 100111 1110000 1100011 1000001 0 111000 11011011 1100010 10110

Color Harmonies of #012770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012770

Black with #012770

Text Example


Text Example

White with #012770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012770; }

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

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

background-color css

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

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

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

border-color css

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

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

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