Html Css Color HEX #011E74 Sapphire

📋 copy color: '#011E74'

red 1 ◦ green 30 ◦ blue 116

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

Shades of Sapphire #011E74

Tints of Sapphire #011E74

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.41%

 BLUE value IS 116 (45.7% from 255) = 78.91%

R = 0.68%
G = 20.41%
B = 78.91%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#011E74 (or 0x011E74) is known color: Sapphire. HEX triplet: 01, 1E and 74. RGB value is (1,30,116). Sum of RGB (Red+Green+Blue) = 1+30+116=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 116 (45.70% from 255 or 78.91% from 147); Max value from RGB is 116 - color contains mainly: blue. Hex color #011E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E74 is #FEE18B. Grayscale: #1E1E1E. Windows color (decimal): -16703884 or 7609857. OLE color: 7609857.

HSL color Cylindrical-coordinate representation of color #011E74: hue angle of 224.87º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E74 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 30 116 -
CMYK 0.99 0.74 0 0.55
HSL 224.87º 0.98% 0.23% -
HSV(B) 224.87º 0.99% 0.45% -
XYZ 3.63 2.2 16.76 -
YUV 31.13 175.89 106.51 -
System Red Green Blue C M Y K H S L
Decimal 1 30 116 0.99 0.74 0 0.55 224.87 0.98 0.23
Hex 1 1E 74 63 4A 0 37 E1 62 17
Octal 1 36 164 143 112 0 67 341 142 27
Binary 1 11110 1110100 1100011 1001010 0 110111 11100001 1100010 10111

Color Harmonies of #011E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E74

Black with #011E74

Text Example


Text Example

White with #011E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,30,116); }

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

background-color css

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

 a { background-color: rgb(1,30,116); }

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

border-color css

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

 span { border-color: rgb(1,30,116); }

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