Html Css Color HEX #011B71 Sapphire

📋 copy color: '#011B71'

red 1 ◦ green 27 ◦ blue 113

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

Shades of Sapphire #011B71

Tints of Sapphire #011B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 80.14%

R = 0.71%
G = 19.15%
B = 80.14%

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

#011B71 (or 0x011B71) is known color: Sapphire. HEX triplet: 01, 1B and 71. RGB value is (1,27,113). Sum of RGB (Red+Green+Blue) = 1+27+113=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 113 (44.53% from 255 or 80.14% from 141); Max value from RGB is 113 - color contains mainly: blue. Hex color #011B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B71 is #FEE48E. Grayscale: #1C1C1C. Windows color (decimal): -16704655 or 7412481. OLE color: 7412481.

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

Color convert

RGB 1 27 113 -
CMYK 0.99 0.76 0 0.56
HSL 226.07º 0.98% 0.22% -
HSV(B) 226.07º 0.99% 0.44% -
XYZ 3.39 1.98 15.83 -
YUV 29.03 175.39 108.01 -
System Red Green Blue C M Y K H S L
Decimal 1 27 113 0.99 0.76 0 0.56 226.07 0.98 0.22
Hex 1 1B 71 63 4C 0 38 E2 62 16
Octal 1 33 161 143 114 0 70 342 142 26
Binary 1 11011 1110001 1100011 1001100 0 111000 11100010 1100010 10110

Color Harmonies of #011B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B71

Black with #011B71

Text Example


Text Example

White with #011B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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