Html Css Color HEX #012470 Sapphire

📋 copy color: '#012470'

red 1 ◦ green 36 ◦ blue 112

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

Shades of Sapphire #012470

Tints of Sapphire #012470

RGB

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

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

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

R = 0.67%
G = 24.16%
B = 75.17%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#012470 (or 0x012470) is known color: Sapphire. HEX triplet: 01, 24 and 70. RGB value is (1,36,112). Sum of RGB (Red+Green+Blue) = 1+36+112=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #012470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012470 is #FEDB8F. Grayscale: #212121. Windows color (decimal): -16702352 or 7349249. OLE color: 7349249.

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

Color convert

RGB 1 36 112 -
CMYK 0.99 0.68 0 0.56
HSL 221.08º 0.98% 0.22% -
HSV(B) 221.08º 0.99% 0.44% -
XYZ 3.57 2.44 15.61 -
YUV 34.2 171.9 104.32 -
System Red Green Blue C M Y K H S L
Decimal 1 36 112 0.99 0.68 0 0.56 221.08 0.98 0.22
Hex 1 24 70 63 44 0 38 DD 62 16
Octal 1 44 160 143 104 0 70 335 142 26
Binary 1 100100 1110000 1100011 1000100 0 111000 11011101 1100010 10110

Color Harmonies of #012470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012470

Black with #012470

Text Example


Text Example

White with #012470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012470; }

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

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

background-color css

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

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

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

border-color css

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

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

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