Html Css Color HEX #011948 Sapphire

📋 copy color: '#011948'

red 1 ◦ green 25 ◦ blue 72

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

Shades of Sapphire #011948

Tints of Sapphire #011948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.51%

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

R = 1.02%
G = 25.51%
B = 73.47%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011948 (or 0x011948) is known color: Sapphire. HEX triplet: 01, 19 and 48. RGB value is (1,25,72). Sum of RGB (Red+Green+Blue) = 1+25+72=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 72 (28.52% from 255 or 73.47% from 98); Max value from RGB is 72 - color contains mainly: blue. Hex color #011948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011948 is #FEE6B7. Grayscale: #161616. Windows color (decimal): -16705208 or 4724993. OLE color: 4724993.

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

Color convert

RGB 1 25 72 -
CMYK 0.99 0.65 0 0.72
HSL 219.72º 0.97% 0.14% -
HSV(B) 219.72º 0.99% 0.28% -
XYZ 1.53 1.17 6.28 -
YUV 23.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 1 25 72 0.99 0.65 0 0.72 219.72 0.97 0.14
Hex 1 19 48 63 41 0 48 DC 61 E
Octal 1 31 110 143 101 0 110 334 141 16
Binary 1 11001 1001000 1100011 1000001 0 1001000 11011100 1100001 1110

Color Harmonies of #011948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011948

Black with #011948

Text Example


Text Example

White with #011948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011948; }

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

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

background-color css

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

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

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

border-color css

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

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

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