Html Css Color HEX #011C4E Sapphire

📋 copy color: '#011C4E'

red 1 ◦ green 28 ◦ blue 78

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

Shades of Sapphire #011C4E

Tints of Sapphire #011C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 72.9%

R = 0.93%
G = 26.17%
B = 72.9%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#011C4E (or 0x011C4E) is known color: Sapphire. HEX triplet: 01, 1C and 4E. RGB value is (1,28,78). Sum of RGB (Red+Green+Blue) = 1+28+78=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 78 (30.86% from 255 or 72.90% from 107); Max value from RGB is 78 - color contains mainly: blue. Hex color #011C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C4E is #FEE3B1. Grayscale: #191919. Windows color (decimal): -16704434 or 5118977. OLE color: 5118977.

HSL color Cylindrical-coordinate representation of color #011C4E: hue angle of 218.96º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C4E is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 28 78 -
CMYK 0.99 0.64 0 0.69
HSL 218.96º 0.97% 0.15% -
HSV(B) 218.96º 0.99% 0.31% -
XYZ 1.8 1.39 7.38 -
YUV 25.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 1 28 78 0.99 0.64 0 0.69 218.96 0.97 0.15
Hex 1 1C 4E 63 40 0 45 DB 61 F
Octal 1 34 116 143 100 0 105 333 141 17
Binary 1 11100 1001110 1100011 1000000 0 1000101 11011011 1100001 1111

Color Harmonies of #011C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C4E

Black with #011C4E

Text Example


Text Example

White with #011C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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