Html Css Color HEX #011B5E Sapphire

📋 copy color: '#011B5E'

red 1 ◦ green 27 ◦ blue 94

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

Shades of Sapphire #011B5E

Tints of Sapphire #011B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 77.05%

R = 0.82%
G = 22.13%
B = 77.05%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#011B5E (or 0x011B5E) is known color: Sapphire. HEX triplet: 01, 1B and 5E. RGB value is (1,27,94). Sum of RGB (Red+Green+Blue) = 1+27+94=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 94 (37.11% from 255 or 77.05% from 122); Max value from RGB is 94 - color contains mainly: blue. Hex color #011B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B5E is #FEE4A1. Grayscale: #1A1A1A. Windows color (decimal): -16704674 or 6167297. OLE color: 6167297.

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

Color convert

RGB 1 27 94 -
CMYK 0.99 0.71 0 0.63
HSL 223.23º 0.98% 0.19% -
HSV(B) 223.23º 0.99% 0.37% -
XYZ 2.42 1.6 10.77 -
YUV 26.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 1 27 94 0.99 0.71 0 0.63 223.23 0.98 0.19
Hex 1 1B 5E 63 47 0 3F DF 62 13
Octal 1 33 136 143 107 0 77 337 142 23
Binary 1 11011 1011110 1100011 1000111 0 111111 11011111 1100010 10011

Color Harmonies of #011B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B5E

Black with #011B5E

Text Example


Text Example

White with #011B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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