Html Css Color HEX #011B72 Sapphire

📋 copy color: '#011B72'

red 1 ◦ green 27 ◦ blue 114

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

Shades of Sapphire #011B72

Tints of Sapphire #011B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 80.28%

R = 0.7%
G = 19.01%
B = 80.28%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#011B72 (or 0x011B72) is known color: Sapphire. HEX triplet: 01, 1B and 72. RGB value is (1,27,114). Sum of RGB (Red+Green+Blue) = 1+27+114=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 114 (44.92% from 255 or 80.28% from 142); Max value from RGB is 114 - color contains mainly: blue. Hex color #011B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B72 is #FEE48D. Grayscale: #1C1C1C. Windows color (decimal): -16704654 or 7478017. OLE color: 7478017.

HSL color Cylindrical-coordinate representation of color #011B72: hue angle of 226.19º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B72 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 27 114 -
CMYK 0.99 0.76 0 0.55
HSL 226.19º 0.98% 0.23% -
HSV(B) 226.19º 0.99% 0.45% -
XYZ 3.44 2.01 16.13 -
YUV 29.14 175.89 107.93 -
System Red Green Blue C M Y K H S L
Decimal 1 27 114 0.99 0.76 0 0.55 226.19 0.98 0.23
Hex 1 1B 72 63 4C 0 37 E2 62 17
Octal 1 33 162 143 114 0 67 342 142 27
Binary 1 11011 1110010 1100011 1001100 0 110111 11100010 1100010 10111

Color Harmonies of #011B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B72

Black with #011B72

Text Example


Text Example

White with #011B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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