Html Css Color HEX #011748 Sapphire

📋 copy color: '#011748'

red 1 ◦ green 23 ◦ blue 72

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

Shades of Sapphire #011748

Tints of Sapphire #011748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.96%

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

R = 1.04%
G = 23.96%
B = 75%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011748 (or 0x011748) is known color: Sapphire. HEX triplet: 01, 17 and 48. RGB value is (1,23,72). Sum of RGB (Red+Green+Blue) = 1+23+72=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 72 (28.52% from 255 or 75% from 96); Max value from RGB is 72 - color contains mainly: blue. Hex color #011748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011748 is #FEE8B7. Grayscale: #151515. Windows color (decimal): -16705720 or 4724481. OLE color: 4724481.

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

Color convert

RGB 1 23 72 -
CMYK 0.99 0.68 0 0.72
HSL 221.41º 0.97% 0.14% -
HSV(B) 221.41º 0.99% 0.28% -
XYZ 1.49 1.09 6.26 -
YUV 22.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 1 23 72 0.99 0.68 0 0.72 221.41 0.97 0.14
Hex 1 17 48 63 44 0 48 DD 61 E
Octal 1 27 110 143 104 0 110 335 141 16
Binary 1 10111 1001000 1100011 1000100 0 1001000 11011101 1100001 1110

Color Harmonies of #011748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011748

Black with #011748

Text Example


Text Example

White with #011748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011748; }

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

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

background-color css

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

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

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

border-color css

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

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

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