Html Css Color HEX #011B61 Sapphire

📋 copy color: '#011B61'

red 1 ◦ green 27 ◦ blue 97

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

Shades of Sapphire #011B61

Tints of Sapphire #011B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 77.6%

R = 0.8%
G = 21.6%
B = 77.6%

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

#011B61 (or 0x011B61) is known color: Sapphire. HEX triplet: 01, 1B and 61. RGB value is (1,27,97). Sum of RGB (Red+Green+Blue) = 1+27+97=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 97 (38.28% from 255 or 77.6% from 125); Max value from RGB is 97 - color contains mainly: blue. Hex color #011B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B61 is #FEE49E. Grayscale: #1A1A1A. Windows color (decimal): -16704671 or 6363905. OLE color: 6363905.

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

Color convert

RGB 1 27 97 -
CMYK 0.99 0.72 0 0.62
HSL 223.75º 0.98% 0.19% -
HSV(B) 223.75º 0.99% 0.38% -
XYZ 2.56 1.65 11.49 -
YUV 27.21 167.39 109.31 -
System Red Green Blue C M Y K H S L
Decimal 1 27 97 0.99 0.72 0 0.62 223.75 0.98 0.19
Hex 1 1B 61 63 48 0 3E E0 62 13
Octal 1 33 141 143 110 0 76 340 142 23
Binary 1 11011 1100001 1100011 1001000 0 111110 11100000 1100010 10011

Color Harmonies of #011B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B61

Black with #011B61

Text Example


Text Example

White with #011B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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