Html Css Color HEX #011B4D Sapphire

📋 copy color: '#011B4D'

red 1 ◦ green 27 ◦ blue 77

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

Shades of Sapphire #011B4D

Tints of Sapphire #011B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 73.33%

R = 0.95%
G = 25.71%
B = 73.33%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#011B4D (or 0x011B4D) is known color: Sapphire. HEX triplet: 01, 1B and 4D. RGB value is (1,27,77). Sum of RGB (Red+Green+Blue) = 1+27+77=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 77 (30.47% from 255 or 73.33% from 105); Max value from RGB is 77 - color contains mainly: blue. Hex color #011B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B4D is #FEE4B2. Grayscale: #181818. Windows color (decimal): -16704691 or 5053185. OLE color: 5053185.

HSL color Cylindrical-coordinate representation of color #011B4D: hue angle of 219.47º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B4D is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 27 77 -
CMYK 0.99 0.65 0 0.70
HSL 219.47º 0.97% 0.15% -
HSV(B) 219.47º 0.99% 0.3% -
XYZ 1.74 1.33 7.19 -
YUV 24.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 1 27 77 0.99 0.65 0 0.70 219.47 0.97 0.15
Hex 1 1B 4D 63 41 0 46 DB 61 F
Octal 1 33 115 143 101 0 106 333 141 17
Binary 1 11011 1001101 1100011 1000001 0 1000110 11011011 1100001 1111

Color Harmonies of #011B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B4D

Black with #011B4D

Text Example


Text Example

White with #011B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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