Html Css Color HEX #011D48 Sapphire

📋 copy color: '#011D48'

red 1 ◦ green 29 ◦ blue 72

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

Shades of Sapphire #011D48

Tints of Sapphire #011D48

RGB

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

 GREEN value IS 29 (11.72% from 255) = 28.43%

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

R = 0.98%
G = 28.43%
B = 70.59%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011D48 (or 0x011D48) is known color: Sapphire. HEX triplet: 01, 1D and 48. RGB value is (1,29,72). Sum of RGB (Red+Green+Blue) = 1+29+72=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 72 (28.52% from 255 or 70.59% from 102); Max value from RGB is 72 - color contains mainly: blue. Hex color #011D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D48 is #FEE2B7. Grayscale: #191919. Windows color (decimal): -16704184 or 4726017. OLE color: 4726017.

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

Color convert

RGB 1 29 72 -
CMYK 0.99 0.60 0 0.72
HSL 216.34º 0.97% 0.14% -
HSV(B) 216.34º 0.99% 0.28% -
XYZ 1.62 1.35 6.31 -
YUV 25.53 154.22 110.5 -
System Red Green Blue C M Y K H S L
Decimal 1 29 72 0.99 0.60 0 0.72 216.34 0.97 0.14
Hex 1 1D 48 63 3C 0 48 D8 61 E
Octal 1 35 110 143 74 0 110 330 141 16
Binary 1 11101 1001000 1100011 111100 0 1001000 11011000 1100001 1110

Color Harmonies of #011D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D48

Black with #011D48

Text Example


Text Example

White with #011D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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