Html Css Color HEX #011448 Sapphire

📋 copy color: '#011448'

red 1 ◦ green 20 ◦ blue 72

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

Shades of Sapphire #011448

Tints of Sapphire #011448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.51%

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

R = 1.08%
G = 21.51%
B = 77.42%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011448 (or 0x011448) is known color: Sapphire. HEX triplet: 01, 14 and 48. RGB value is (1,20,72). Sum of RGB (Red+Green+Blue) = 1+20+72=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #011448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011448 is #FEEBB7. Grayscale: #141414. Windows color (decimal): -16706488 or 4723713. OLE color: 4723713.

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

Color convert

RGB 1 20 72 -
CMYK 0.99 0.72 0 0.72
HSL 223.94º 0.97% 0.14% -
HSV(B) 223.94º 0.99% 0.28% -
XYZ 1.43 0.97 6.24 -
YUV 20.25 157.21 114.27 -
System Red Green Blue C M Y K H S L
Decimal 1 20 72 0.99 0.72 0 0.72 223.94 0.97 0.14
Hex 1 14 48 63 48 0 48 E0 61 E
Octal 1 24 110 143 110 0 110 340 141 16
Binary 1 10100 1001000 1100011 1001000 0 1001000 11100000 1100001 1110

Color Harmonies of #011448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011448

Black with #011448

Text Example


Text Example

White with #011448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011448; }

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

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

background-color css

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

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

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

border-color css

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

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

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