Html Css Color HEX #011B70 Sapphire

📋 copy color: '#011B70'

red 1 ◦ green 27 ◦ blue 112

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

Shades of Sapphire #011B70

Tints of Sapphire #011B70

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.29%

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

R = 0.71%
G = 19.29%
B = 80%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#011B70 (or 0x011B70) is known color: Sapphire. HEX triplet: 01, 1B and 70. RGB value is (1,27,112). Sum of RGB (Red+Green+Blue) = 1+27+112=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 112 (44.14% from 255 or 80% from 140); Max value from RGB is 112 - color contains mainly: blue. Hex color #011B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B70 is #FEE48F. Grayscale: #1C1C1C. Windows color (decimal): -16704656 or 7346945. OLE color: 7346945.

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

Color convert

RGB 1 27 112 -
CMYK 0.99 0.76 0 0.56
HSL 225.95º 0.98% 0.22% -
HSV(B) 225.95º 0.99% 0.44% -
XYZ 3.33 1.96 15.53 -
YUV 28.92 174.89 108.09 -
System Red Green Blue C M Y K H S L
Decimal 1 27 112 0.99 0.76 0 0.56 225.95 0.98 0.22
Hex 1 1B 70 63 4C 0 38 E2 62 16
Octal 1 33 160 143 114 0 70 342 142 26
Binary 1 11011 1110000 1100011 1001100 0 111000 11100010 1100010 10110

Color Harmonies of #011B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B70

Black with #011B70

Text Example


Text Example

White with #011B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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