Html Css Color HEX #011A70 Sapphire

📋 copy color: '#011A70'

red 1 ◦ green 26 ◦ blue 112

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

Shades of Sapphire #011A70

Tints of Sapphire #011A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.71%

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

R = 0.72%
G = 18.71%
B = 80.58%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#011A70 (or 0x011A70) is known color: Sapphire. HEX triplet: 01, 1A and 70. RGB value is (1,26,112). Sum of RGB (Red+Green+Blue) = 1+26+112=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 112 (44.14% from 255 or 80.58% from 139); Max value from RGB is 112 - color contains mainly: blue. Hex color #011A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A70 is #FEE58F. Grayscale: #1B1B1B. Windows color (decimal): -16704912 or 7346689. OLE color: 7346689.

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

Color convert

RGB 1 26 112 -
CMYK 0.99 0.77 0 0.56
HSL 226.49º 0.98% 0.22% -
HSV(B) 226.49º 0.99% 0.44% -
XYZ 3.31 1.92 15.52 -
YUV 28.33 175.22 108.51 -
System Red Green Blue C M Y K H S L
Decimal 1 26 112 0.99 0.77 0 0.56 226.49 0.98 0.22
Hex 1 1A 70 63 4D 0 38 E2 62 16
Octal 1 32 160 143 115 0 70 342 142 26
Binary 1 11010 1110000 1100011 1001101 0 111000 11100010 1100010 10110

Color Harmonies of #011A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A70

Black with #011A70

Text Example


Text Example

White with #011A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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