Html Css Color HEX #001570 Sapphire

📋 copy color: '#001570'

red 0 ◦ green 21 ◦ blue 112

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

Shades of Sapphire #001570

Tints of Sapphire #001570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.79%

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

R = 0%
G = 15.79%
B = 84.21%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#001570 (or 0x001570) is known color: Sapphire. HEX triplet: 00, 15 and 70. RGB value is (0,21,112). Sum of RGB (Red+Green+Blue) = 0+21+112=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 112 (44.14% from 255 or 84.21% from 133); Max value from RGB is 112 - color contains mainly: blue. Hex color #001570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001570 is #FFEA8F. Grayscale: #181818. Windows color (decimal): -16771728 or 7345408. OLE color: 7345408.

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

Color convert

RGB 0 21 112 -
CMYK 1 0.81 0 0.56
HSL 228.75º 1% 0.22% -
HSV(B) 228.75º 1% 0.44% -
XYZ 3.19 1.71 15.49 -
YUV 25.1 177.04 110.1 -
System Red Green Blue C M Y K H S L
Decimal 0 21 112 1 0.81 0 0.56 228.75 1 0.22
Hex 0 15 70 64 51 0 38 E5 64 16
Octal 0 25 160 144 121 0 70 345 144 26
Binary 0 10101 1110000 1100100 1010001 0 111000 11100101 1100100 10110

Color Harmonies of #001570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001570

Black with #001570

Text Example


Text Example

White with #001570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001570; }

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

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

background-color css

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

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

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

border-color css

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

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

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