Html Css Color HEX #011148 Sapphire

📋 copy color: '#011148'

red 1 ◦ green 17 ◦ blue 72

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

Shades of Sapphire #011148

Tints of Sapphire #011148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.89%

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

R = 1.11%
G = 18.89%
B = 80%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011148 (or 0x011148) is known color: Sapphire. HEX triplet: 01, 11 and 48. RGB value is (1,17,72). Sum of RGB (Red+Green+Blue) = 1+17+72=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 72 (28.52% from 255 or 80% from 90); Max value from RGB is 72 - color contains mainly: blue. Hex color #011148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011148 is #FEEEB7. Grayscale: #121212. Windows color (decimal): -16707256 or 4722945. OLE color: 4722945.

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

Color convert

RGB 1 17 72 -
CMYK 0.99 0.76 0 0.72
HSL 226.48º 0.97% 0.14% -
HSV(B) 226.48º 0.99% 0.28% -
XYZ 1.38 0.88 6.23 -
YUV 18.49 158.2 115.53 -
System Red Green Blue C M Y K H S L
Decimal 1 17 72 0.99 0.76 0 0.72 226.48 0.97 0.14
Hex 1 11 48 63 4C 0 48 E2 61 E
Octal 1 21 110 143 114 0 110 342 141 16
Binary 1 10001 1001000 1100011 1001100 0 1001000 11100010 1100001 1110

Color Harmonies of #011148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011148

Black with #011148

Text Example


Text Example

White with #011148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011148; }

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

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

background-color css

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

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

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

border-color css

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

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

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