Html Css Color HEX #011248 Sapphire

📋 copy color: '#011248'

red 1 ◦ green 18 ◦ blue 72

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

Shades of Sapphire #011248

Tints of Sapphire #011248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.78%

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

R = 1.1%
G = 19.78%
B = 79.12%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011248 (or 0x011248) is known color: Sapphire. HEX triplet: 01, 12 and 48. RGB value is (1,18,72). Sum of RGB (Red+Green+Blue) = 1+18+72=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 72 (28.52% from 255 or 79.12% from 91); Max value from RGB is 72 - color contains mainly: blue. Hex color #011248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011248 is #FEEDB7. Grayscale: #121212. Windows color (decimal): -16707000 or 4723201. OLE color: 4723201.

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

Color convert

RGB 1 18 72 -
CMYK 0.99 0.75 0 0.72
HSL 225.63º 0.97% 0.14% -
HSV(B) 225.63º 0.99% 0.28% -
XYZ 1.4 0.91 6.23 -
YUV 19.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 1 18 72 0.99 0.75 0 0.72 225.63 0.97 0.14
Hex 1 12 48 63 4B 0 48 E2 61 E
Octal 1 22 110 143 113 0 110 342 141 16
Binary 1 10010 1001000 1100011 1001011 0 1001000 11100010 1100001 1110

Color Harmonies of #011248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011248

Black with #011248

Text Example


Text Example

White with #011248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011248; }

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

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

background-color css

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

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

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

border-color css

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

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

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