Html Css Color HEX #011B62 Sapphire

📋 copy color: '#011B62'

red 1 ◦ green 27 ◦ blue 98

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

Shades of Sapphire #011B62

Tints of Sapphire #011B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 77.78%

R = 0.79%
G = 21.43%
B = 77.78%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#011B62 (or 0x011B62) is known color: Sapphire. HEX triplet: 01, 1B and 62. RGB value is (1,27,98). Sum of RGB (Red+Green+Blue) = 1+27+98=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 98 (38.67% from 255 or 77.78% from 126); Max value from RGB is 98 - color contains mainly: blue. Hex color #011B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B62 is #FEE49D. Grayscale: #1B1B1B. Windows color (decimal): -16704670 or 6429441. OLE color: 6429441.

HSL color Cylindrical-coordinate representation of color #011B62: hue angle of 223.92º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B62 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 27 98 -
CMYK 0.99 0.72 0 0.62
HSL 223.92º 0.98% 0.19% -
HSV(B) 223.92º 0.99% 0.38% -
XYZ 2.61 1.67 11.74 -
YUV 27.32 167.89 109.23 -
System Red Green Blue C M Y K H S L
Decimal 1 27 98 0.99 0.72 0 0.62 223.92 0.98 0.19
Hex 1 1B 62 63 48 0 3E E0 62 13
Octal 1 33 142 143 110 0 76 340 142 23
Binary 1 11011 1100010 1100011 1001000 0 111110 11100000 1100010 10011

Color Harmonies of #011B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B62

Black with #011B62

Text Example


Text Example

White with #011B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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