Html Css Color HEX #011C47 Sapphire

📋 copy color: '#011C47'

red 1 ◦ green 28 ◦ blue 71

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

Shades of Sapphire #011C47

Tints of Sapphire #011C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 71%

R = 1%
G = 28%
B = 71%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011C47 (or 0x011C47) is known color: Sapphire. HEX triplet: 01, 1C and 47. RGB value is (1,28,71). Sum of RGB (Red+Green+Blue) = 1+28+71=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 71 (28.12% from 255 or 71% from 100); Max value from RGB is 71 - color contains mainly: blue. Hex color #011C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C47 is #FEE3B8. Grayscale: #181818. Windows color (decimal): -16704441 or 4660225. OLE color: 4660225.

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

Color convert

RGB 1 28 71 -
CMYK 0.99 0.61 0 0.72
HSL 216.86º 0.97% 0.14% -
HSV(B) 216.86º 0.99% 0.28% -
XYZ 1.57 1.29 6.13 -
YUV 24.83 154.05 111 -
System Red Green Blue C M Y K H S L
Decimal 1 28 71 0.99 0.61 0 0.72 216.86 0.97 0.14
Hex 1 1C 47 63 3D 0 48 D9 61 E
Octal 1 34 107 143 75 0 110 331 141 16
Binary 1 11100 1000111 1100011 111101 0 1001000 11011001 1100001 1110

Color Harmonies of #011C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C47

Black with #011C47

Text Example


Text Example

White with #011C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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