Html Css Color HEX #011B6F Sapphire

📋 copy color: '#011B6F'

red 1 ◦ green 27 ◦ blue 111

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

Shades of Sapphire #011B6F

Tints of Sapphire #011B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 79.86%

R = 0.72%
G = 19.42%
B = 79.86%

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

#011B6F (or 0x011B6F) is known color: Sapphire. HEX triplet: 01, 1B and 6F. RGB value is (1,27,111). Sum of RGB (Red+Green+Blue) = 1+27+111=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 111 (43.75% from 255 or 79.86% from 139); Max value from RGB is 111 - color contains mainly: blue. Hex color #011B6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B6F is #FEE490. Grayscale: #1C1C1C. Windows color (decimal): -16704657 or 7281409. OLE color: 7281409.

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

Color convert

RGB 1 27 111 -
CMYK 0.99 0.76 0 0.56
HSL 225.82º 0.98% 0.22% -
HSV(B) 225.82º 0.99% 0.44% -
XYZ 3.27 1.94 15.24 -
YUV 28.8 174.39 108.17 -
System Red Green Blue C M Y K H S L
Decimal 1 27 111 0.99 0.76 0 0.56 225.82 0.98 0.22
Hex 1 1B 6F 63 4C 0 38 E2 62 16
Octal 1 33 157 143 114 0 70 342 142 26
Binary 1 11011 1101111 1100011 1001100 0 111000 11100010 1100010 10110

Color Harmonies of #011B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B6F

Black with #011B6F

Text Example


Text Example

White with #011B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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