Html Css Color HEX #001870 Sapphire

📋 copy color: '#001870'

red 0 ◦ green 24 ◦ blue 112

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

Shades of Sapphire #001870

Tints of Sapphire #001870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.65%

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

R = 0%
G = 17.65%
B = 82.35%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#001870 (or 0x001870) is known color: Sapphire. HEX triplet: 00, 18 and 70. RGB value is (0,24,112). Sum of RGB (Red+Green+Blue) = 0+24+112=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 112 (44.14% from 255 or 82.35% from 136); Max value from RGB is 112 - color contains mainly: blue. Hex color #001870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001870 is #FFE78F. Grayscale: #1A1A1A. Windows color (decimal): -16770960 or 7346176. OLE color: 7346176.

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

Color convert

RGB 0 24 112 -
CMYK 1 0.79 0 0.56
HSL 227.14º 1% 0.22% -
HSV(B) 227.14º 1% 0.44% -
XYZ 3.25 1.82 15.51 -
YUV 26.86 176.05 108.84 -
System Red Green Blue C M Y K H S L
Decimal 0 24 112 1 0.79 0 0.56 227.14 1 0.22
Hex 0 18 70 64 4F 0 38 E3 64 16
Octal 0 30 160 144 117 0 70 343 144 26
Binary 0 11000 1110000 1100100 1001111 0 111000 11100011 1100100 10110

Color Harmonies of #001870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001870

Black with #001870

Text Example


Text Example

White with #001870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001870; }

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

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

background-color css

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

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

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

border-color css

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

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

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