Html Css Color HEX #011870 Sapphire

📋 copy color: '#011870'

red 1 ◦ green 24 ◦ blue 112

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

Shades of Sapphire #011870

Tints of Sapphire #011870

RGB

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

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

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

R = 0.73%
G = 17.52%
B = 81.75%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#011870 (or 0x011870) is known color: Sapphire. HEX triplet: 01, 18 and 70. RGB value is (1,24,112). Sum of RGB (Red+Green+Blue) = 1+24+112=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 112 (44.14% from 255 or 81.75% from 137); Max value from RGB is 112 - color contains mainly: blue. Hex color #011870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011870 is #FEE78F. Grayscale: #1A1A1A. Windows color (decimal): -16705424 or 7346177. OLE color: 7346177.

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

Color convert

RGB 1 24 112 -
CMYK 0.99 0.79 0 0.56
HSL 227.57º 0.98% 0.22% -
HSV(B) 227.57º 0.99% 0.44% -
XYZ 3.26 1.83 15.51 -
YUV 27.16 175.88 109.34 -
System Red Green Blue C M Y K H S L
Decimal 1 24 112 0.99 0.79 0 0.56 227.57 0.98 0.22
Hex 1 18 70 63 4F 0 38 E4 62 16
Octal 1 30 160 143 117 0 70 344 142 26
Binary 1 11000 1110000 1100011 1001111 0 111000 11100100 1100010 10110

Color Harmonies of #011870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011870

Black with #011870

Text Example


Text Example

White with #011870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011870; }

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

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

background-color css

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

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

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

border-color css

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

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

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