Html Css Color HEX #011D52 Sapphire

📋 copy color: '#011D52'

red 1 ◦ green 29 ◦ blue 82

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

Shades of Sapphire #011D52

Tints of Sapphire #011D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 73.21%

R = 0.89%
G = 25.89%
B = 73.21%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#011D52 (or 0x011D52) is known color: Sapphire. HEX triplet: 01, 1D and 52. RGB value is (1,29,82). Sum of RGB (Red+Green+Blue) = 1+29+82=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 82 (32.42% from 255 or 73.21% from 112); Max value from RGB is 82 - color contains mainly: blue. Hex color #011D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D52 is #FEE2AD. Grayscale: #1A1A1A. Windows color (decimal): -16704174 or 5381377. OLE color: 5381377.

HSL color Cylindrical-coordinate representation of color #011D52: hue angle of 219.26º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011D52 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 29 82 -
CMYK 0.99 0.65 0 0.68
HSL 219.26º 0.98% 0.16% -
HSV(B) 219.26º 0.99% 0.32% -
XYZ 1.97 1.49 8.17 -
YUV 26.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 1 29 82 0.99 0.65 0 0.68 219.26 0.98 0.16
Hex 1 1D 52 63 41 0 44 DB 62 10
Octal 1 35 122 143 101 0 104 333 142 20
Binary 1 11101 1010010 1100011 1000001 0 1000100 11011011 1100010 10000

Color Harmonies of #011D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D52

Black with #011D52

Text Example


Text Example

White with #011D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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