Html Css Color HEX #011370 Sapphire

📋 copy color: '#011370'

red 1 ◦ green 19 ◦ blue 112

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

Shades of Sapphire #011370

Tints of Sapphire #011370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.39%

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

R = 0.76%
G = 14.39%
B = 84.85%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#011370 (or 0x011370) is known color: Sapphire. HEX triplet: 01, 13 and 70. RGB value is (1,19,112). Sum of RGB (Red+Green+Blue) = 1+19+112=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 19 (7.81% from 255 or 14.39% 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 #011370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011370 is #FEEC8F. Grayscale: #171717. Windows color (decimal): -16706704 or 7344897. OLE color: 7344897.

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

Color convert

RGB 1 19 112 -
CMYK 0.99 0.83 0 0.56
HSL 230.27º 0.98% 0.22% -
HSV(B) 230.27º 0.99% 0.44% -
XYZ 3.17 1.64 15.48 -
YUV 24.22 177.54 111.44 -
System Red Green Blue C M Y K H S L
Decimal 1 19 112 0.99 0.83 0 0.56 230.27 0.98 0.22
Hex 1 13 70 63 53 0 38 E6 62 16
Octal 1 23 160 143 123 0 70 346 142 26
Binary 1 10011 1110000 1100011 1010011 0 111000 11100110 1100010 10110

Color Harmonies of #011370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011370

Black with #011370

Text Example


Text Example

White with #011370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011370; }

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

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

background-color css

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

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

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

border-color css

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

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

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