Html Css Color HEX #011B82 Sapphire

📋 copy color: '#011B82'

red 1 ◦ green 27 ◦ blue 130

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

Shades of Sapphire #011B82

Tints of Sapphire #011B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 82.28%

R = 0.63%
G = 17.09%
B = 82.28%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011B82 (or 0x011B82) is known color: Sapphire. HEX triplet: 01, 1B and 82. RGB value is (1,27,130). Sum of RGB (Red+Green+Blue) = 1+27+130=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 130 (51.17% from 255 or 82.28% from 158); Max value from RGB is 130 - color contains mainly: blue. Hex color #011B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011B82 is #FEE47D. Grayscale: #1E1E1E. Windows color (decimal): -16704638 or 8526593. OLE color: 8526593.

HSL color Cylindrical-coordinate representation of color #011B82: hue angle of 227.91º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B82 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 27 130 -
CMYK 0.99 0.79 0 0.49
HSL 227.91º 0.98% 0.26% -
HSV(B) 227.91º 0.99% 0.51% -
XYZ 4.43 2.4 21.35 -
YUV 30.97 183.89 106.62 -
System Red Green Blue C M Y K H S L
Decimal 1 27 130 0.99 0.79 0 0.49 227.91 0.98 0.26
Hex 1 1B 82 63 4F 0 31 E4 62 1A
Octal 1 33 202 143 117 0 61 344 142 32
Binary 1 11011 10000010 1100011 1001111 0 110001 11100100 1100010 11010

Color Harmonies of #011B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B82

Black with #011B82

Text Example


Text Example

White with #011B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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