Html Css Color HEX #011B48 Sapphire

📋 copy color: '#011B48'

red 1 ◦ green 27 ◦ blue 72

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

Shades of Sapphire #011B48

Tints of Sapphire #011B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 72%

R = 1%
G = 27%
B = 72%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011B48 (or 0x011B48) is known color: Sapphire. HEX triplet: 01, 1B and 48. RGB value is (1,27,72). Sum of RGB (Red+Green+Blue) = 1+27+72=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 72 (28.52% from 255 or 72% from 100); Max value from RGB is 72 - color contains mainly: blue. Hex color #011B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B48 is #FEE4B7. Grayscale: #181818. Windows color (decimal): -16704696 or 4725505. OLE color: 4725505.

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

Color convert

RGB 1 27 72 -
CMYK 0.99 0.62 0 0.72
HSL 218.03º 0.97% 0.14% -
HSV(B) 218.03º 0.99% 0.28% -
XYZ 1.57 1.26 6.29 -
YUV 24.36 154.89 111.34 -
System Red Green Blue C M Y K H S L
Decimal 1 27 72 0.99 0.62 0 0.72 218.03 0.97 0.14
Hex 1 1B 48 63 3E 0 48 DA 61 E
Octal 1 33 110 143 76 0 110 332 141 16
Binary 1 11011 1001000 1100011 111110 0 1001000 11011010 1100001 1110

Color Harmonies of #011B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B48

Black with #011B48

Text Example


Text Example

White with #011B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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