Html Css Color HEX #011E6A Sapphire

📋 copy color: '#011E6A'

red 1 ◦ green 30 ◦ blue 106

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

Shades of Sapphire #011E6A

Tints of Sapphire #011E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 77.37%

R = 0.73%
G = 21.9%
B = 77.37%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#011E6A (or 0x011E6A) is known color: Sapphire. HEX triplet: 01, 1E and 6A. RGB value is (1,30,106). Sum of RGB (Red+Green+Blue) = 1+30+106=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 106 (41.80% from 255 or 77.37% from 137); Max value from RGB is 106 - color contains mainly: blue. Hex color #011E6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E6A is #FEE195. Grayscale: #1D1D1D. Windows color (decimal): -16703894 or 6954497. OLE color: 6954497.

HSL color Cylindrical-coordinate representation of color #011E6A: hue angle of 223.43º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E6A is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 30 106 -
CMYK 0.99 0.72 0 0.58
HSL 223.43º 0.98% 0.21% -
HSV(B) 223.43º 0.99% 0.42% -
XYZ 3.08 1.98 13.85 -
YUV 29.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 1 30 106 0.99 0.72 0 0.58 223.43 0.98 0.21
Hex 1 1E 6A 63 48 0 3A DF 62 15
Octal 1 36 152 143 110 0 72 337 142 25
Binary 1 11110 1101010 1100011 1001000 0 111010 11011111 1100010 10101

Color Harmonies of #011E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E6A

Black with #011E6A

Text Example


Text Example

White with #011E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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