Html Css Color HEX #011B46 Sapphire

📋 copy color: '#011B46'

red 1 ◦ green 27 ◦ blue 70

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

Shades of Sapphire #011B46

Tints of Sapphire #011B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 71.43%

R = 1.02%
G = 27.55%
B = 71.43%

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

#011B46 (or 0x011B46) is known color: Sapphire. HEX triplet: 01, 1B and 46. RGB value is (1,27,70). Sum of RGB (Red+Green+Blue) = 1+27+70=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 70 (27.73% from 255 or 71.43% from 98); Max value from RGB is 70 - color contains mainly: blue. Hex color #011B46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B46 is #FEE4B9. Grayscale: #171717. Windows color (decimal): -16704698 or 4594433. OLE color: 4594433.

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

Color convert

RGB 1 27 70 -
CMYK 0.99 0.61 0 0.73
HSL 217.39º 0.97% 0.14% -
HSV(B) 217.39º 0.99% 0.27% -
XYZ 1.51 1.23 5.95 -
YUV 24.13 153.89 111.5 -
System Red Green Blue C M Y K H S L
Decimal 1 27 70 0.99 0.61 0 0.73 217.39 0.97 0.14
Hex 1 1B 46 63 3D 0 49 D9 61 E
Octal 1 33 106 143 75 0 111 331 141 16
Binary 1 11011 1000110 1100011 111101 0 1001001 11011001 1100001 1110

Color Harmonies of #011B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B46

Black with #011B46

Text Example


Text Example

White with #011B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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