Html Css Color HEX #011D70 Sapphire

📋 copy color: '#011D70'

red 1 ◦ green 29 ◦ blue 112

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

Shades of Sapphire #011D70

Tints of Sapphire #011D70

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.42%

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

R = 0.7%
G = 20.42%
B = 78.87%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#011D70 (or 0x011D70) is known color: Sapphire. HEX triplet: 01, 1D and 70. RGB value is (1,29,112). Sum of RGB (Red+Green+Blue) = 1+29+112=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 112 (44.14% from 255 or 78.87% from 142); Max value from RGB is 112 - color contains mainly: blue. Hex color #011D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D70 is #FEE28F. Grayscale: #1D1D1D. Windows color (decimal): -16704144 or 7347457. OLE color: 7347457.

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

Color convert

RGB 1 29 112 -
CMYK 0.99 0.74 0 0.56
HSL 224.86º 0.98% 0.22% -
HSV(B) 224.86º 0.99% 0.44% -
XYZ 3.38 2.06 15.55 -
YUV 30.09 174.22 107.25 -
System Red Green Blue C M Y K H S L
Decimal 1 29 112 0.99 0.74 0 0.56 224.86 0.98 0.22
Hex 1 1D 70 63 4A 0 38 E1 62 16
Octal 1 35 160 143 112 0 70 341 142 26
Binary 1 11101 1110000 1100011 1001010 0 111000 11100001 1100010 10110

Color Harmonies of #011D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D70

Black with #011D70

Text Example


Text Example

White with #011D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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