Html Css Color HEX #011B4F Sapphire

📋 copy color: '#011B4F'

red 1 ◦ green 27 ◦ blue 79

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

Shades of Sapphire #011B4F

Tints of Sapphire #011B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 73.83%

R = 0.93%
G = 25.23%
B = 73.83%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#011B4F (or 0x011B4F) is known color: Sapphire. HEX triplet: 01, 1B and 4F. RGB value is (1,27,79). Sum of RGB (Red+Green+Blue) = 1+27+79=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 79 (31.25% from 255 or 73.83% from 107); Max value from RGB is 79 - color contains mainly: blue. Hex color #011B4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B4F is #FEE4B0. Grayscale: #181818. Windows color (decimal): -16704689 or 5184257. OLE color: 5184257.

HSL color Cylindrical-coordinate representation of color #011B4F: hue angle of 220º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B4F is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 27 79 -
CMYK 0.99 0.66 0 0.69
HSL 220º 0.98% 0.16% -
HSV(B) 220º 0.99% 0.31% -
XYZ 1.82 1.35 7.56 -
YUV 25.15 158.39 110.77 -
System Red Green Blue C M Y K H S L
Decimal 1 27 79 0.99 0.66 0 0.69 220 0.98 0.16
Hex 1 1B 4F 63 42 0 45 DC 62 10
Octal 1 33 117 143 102 0 105 334 142 20
Binary 1 11011 1001111 1100011 1000010 0 1000101 11011100 1100010 10000

Color Harmonies of #011B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B4F

Black with #011B4F

Text Example


Text Example

White with #011B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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