Html Css Color HEX #001470 Sapphire

📋 copy color: '#001470'

red 0 ◦ green 20 ◦ blue 112

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

Shades of Sapphire #001470

Tints of Sapphire #001470

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 20 (8.2% from 255) = 15.15%

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

R = 0%
G = 15.15%
B = 84.85%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#001470 (or 0x001470) is known color: Sapphire. HEX triplet: 00, 14 and 70. RGB value is (0,20,112). Sum of RGB (Red+Green+Blue) = 0+20+112=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 112 (44.14% from 255 or 84.85% from 132); Max value from RGB is 112 - color contains mainly: blue. Hex color #001470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001470 is #FFEB8F. Grayscale: #181818. Windows color (decimal): -16771984 or 7345152. OLE color: 7345152.

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

Color convert

RGB 0 20 112 -
CMYK 1 0.82 0 0.56
HSL 229.29º 1% 0.22% -
HSV(B) 229.29º 1% 0.44% -
XYZ 3.17 1.67 15.48 -
YUV 24.51 177.37 110.52 -
System Red Green Blue C M Y K H S L
Decimal 0 20 112 1 0.82 0 0.56 229.29 1 0.22
Hex 0 14 70 64 52 0 38 E5 64 16
Octal 0 24 160 144 122 0 70 345 144 26
Binary 0 10100 1110000 1100100 1010010 0 111000 11100101 1100100 10110

Color Harmonies of #001470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001470

Black with #001470

Text Example


Text Example

White with #001470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001470; }

 p { color: rgb(0,20,112); }

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

background-color css

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

 a { background-color: rgb(0,20,112); }

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

border-color css

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

 span { border-color: rgb(0,20,112); }

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