Html Css Color HEX #011848 Sapphire

📋 copy color: '#011848'

red 1 ◦ green 24 ◦ blue 72

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

Shades of Sapphire #011848

Tints of Sapphire #011848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.74%

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

R = 1.03%
G = 24.74%
B = 74.23%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011848 (or 0x011848) is known color: Sapphire. HEX triplet: 01, 18 and 48. RGB value is (1,24,72). Sum of RGB (Red+Green+Blue) = 1+24+72=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 72 (28.52% from 255 or 74.23% from 97); Max value from RGB is 72 - color contains mainly: blue. Hex color #011848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011848 is #FEE7B7. Grayscale: #161616. Windows color (decimal): -16705464 or 4724737. OLE color: 4724737.

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

Color convert

RGB 1 24 72 -
CMYK 0.99 0.67 0 0.72
HSL 220.56º 0.97% 0.14% -
HSV(B) 220.56º 0.99% 0.28% -
XYZ 1.51 1.13 6.27 -
YUV 22.6 155.88 112.6 -
System Red Green Blue C M Y K H S L
Decimal 1 24 72 0.99 0.67 0 0.72 220.56 0.97 0.14
Hex 1 18 48 63 43 0 48 DD 61 E
Octal 1 30 110 143 103 0 110 335 141 16
Binary 1 11000 1001000 1100011 1000011 0 1001000 11011101 1100001 1110

Color Harmonies of #011848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011848

Black with #011848

Text Example


Text Example

White with #011848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011848; }

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

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

background-color css

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

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

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

border-color css

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

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

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