Html Css Color HEX #011B45 Sapphire

📋 copy color: '#011B45'

red 1 ◦ green 27 ◦ blue 69

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

Shades of Sapphire #011B45

Tints of Sapphire #011B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 71.13%

R = 1.03%
G = 27.84%
B = 71.13%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#011B45 (or 0x011B45) is known color: Sapphire. HEX triplet: 01, 1B and 45. RGB value is (1,27,69). Sum of RGB (Red+Green+Blue) = 1+27+69=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 69 (27.34% from 255 or 71.13% from 97); Max value from RGB is 69 - color contains mainly: blue. Hex color #011B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B45 is #FEE4BA. Grayscale: #171717. Windows color (decimal): -16704699 or 4528897. OLE color: 4528897.

HSL color Cylindrical-coordinate representation of color #011B45: hue angle of 217.06º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B45 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 27 69 -
CMYK 0.99 0.61 0 0.73
HSL 217.06º 0.97% 0.14% -
HSV(B) 217.06º 0.99% 0.27% -
XYZ 1.48 1.22 5.79 -
YUV 24.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 1 27 69 0.99 0.61 0 0.73 217.06 0.97 0.14
Hex 1 1B 45 63 3D 0 49 D9 61 E
Octal 1 33 105 143 75 0 111 331 141 16
Binary 1 11011 1000101 1100011 111101 0 1001001 11011001 1100001 1110

Color Harmonies of #011B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B45

Black with #011B45

Text Example


Text Example

White with #011B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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