Html Css Color HEX #012970 Sapphire

📋 copy color: '#012970'

red 1 ◦ green 41 ◦ blue 112

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

Shades of Sapphire #012970

Tints of Sapphire #012970

RGB

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

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

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

R = 0.65%
G = 26.62%
B = 72.73%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#012970 (or 0x012970) is known color: Sapphire. HEX triplet: 01, 29 and 70. RGB value is (1,41,112). Sum of RGB (Red+Green+Blue) = 1+41+112=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 112 (44.14% from 255 or 72.73% from 154); Max value from RGB is 112 - color contains mainly: blue. Hex color #012970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012970 is #FED68F. Grayscale: #242424. Windows color (decimal): -16701072 or 7350529. OLE color: 7350529.

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

Color convert

RGB 1 41 112 -
CMYK 0.99 0.63 0 0.56
HSL 218.38º 0.98% 0.22% -
HSV(B) 218.38º 0.99% 0.44% -
XYZ 3.73 2.76 15.67 -
YUV 37.13 170.25 102.23 -
System Red Green Blue C M Y K H S L
Decimal 1 41 112 0.99 0.63 0 0.56 218.38 0.98 0.22
Hex 1 29 70 63 3F 0 38 DA 62 16
Octal 1 51 160 143 77 0 70 332 142 26
Binary 1 101001 1110000 1100011 111111 0 111000 11011010 1100010 10110

Color Harmonies of #012970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012970

Black with #012970

Text Example


Text Example

White with #012970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012970; }

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

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

background-color css

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

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

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

border-color css

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

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

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