Html Css Color HEX #011C52 Sapphire

📋 copy color: '#011C52'

red 1 ◦ green 28 ◦ blue 82

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

Shades of Sapphire #011C52

Tints of Sapphire #011C52

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.23%

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

R = 0.9%
G = 25.23%
B = 73.87%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#011C52 (or 0x011C52) is known color: Sapphire. HEX triplet: 01, 1C and 52. RGB value is (1,28,82). Sum of RGB (Red+Green+Blue) = 1+28+82=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 82 (32.42% from 255 or 73.87% from 111); Max value from RGB is 82 - color contains mainly: blue. Hex color #011C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C52 is #FEE3AD. Grayscale: #191919. Windows color (decimal): -16704430 or 5381121. OLE color: 5381121.

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

Color convert

RGB 1 28 82 -
CMYK 0.99 0.66 0 0.68
HSL 220º 0.98% 0.16% -
HSV(B) 220º 0.99% 0.32% -
XYZ 1.95 1.45 8.16 -
YUV 26.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 1 28 82 0.99 0.66 0 0.68 220 0.98 0.16
Hex 1 1C 52 63 42 0 44 DC 62 10
Octal 1 34 122 143 102 0 104 334 142 20
Binary 1 11100 1010010 1100011 1000010 0 1000100 11011100 1100010 10000

Color Harmonies of #011C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C52

Black with #011C52

Text Example


Text Example

White with #011C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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