Html Css Color HEX #015EE0 Navy Blue

📋 copy color: '#015EE0'

red 1 ◦ green 94 ◦ blue 224

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

Shades of Navy Blue #015EE0

Tints of Navy Blue #015EE0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.47%

 BLUE value IS 224 (87.89% from 255) = 70.22%

R = 0.31%
G = 29.47%
B = 70.22%

CMYK

 C value IS 1.00

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#015EE0 (or 0x015EE0) is known color: Navy Blue. HEX triplet: 01, 5E and E0. RGB value is (1,94,224). Sum of RGB (Red+Green+Blue) = 1+94+224=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 224 (87.89% from 255 or 70.22% from 319); Max value from RGB is 224 - color contains mainly: blue. Hex color #015EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015EE0 is #FEA11F. Grayscale: #505050. Windows color (decimal): -16687392 or 14704129. OLE color: 14704129.

HSL color Cylindrical-coordinate representation of color #015EE0: hue angle of 214.98º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015EE0 is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 94 224 -
CMYK 1.00 0.58 0 0.12
HSL 214.98º 0.99% 0.44% -
HSV(B) 214.98º 1% 0.88% -
XYZ 17.47 13.39 72.19 -
YUV 81.01 208.69 70.93 -
System Red Green Blue C M Y K H S L
Decimal 1 94 224 1.00 0.58 0 0.12 214.98 0.99 0.44
Hex 1 5E E0 64 3A 0 C D7 63 2C
Octal 1 136 340 144 72 0 14 327 143 54
Binary 1 1011110 11100000 1100100 111010 0 1100 11010111 1100011 101100

Color Harmonies of #015EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015EE0

Black with #015EE0

Text Example


Text Example

White with #015EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015EE0; }

 p { color: rgb(1,94,224); }

 H1.HeaderClassName
 {
   color: #015EE0;
 }
 .AnyTagClassName
 {
   color: #015EE0;
 }
</style>

background-color css

<style>
 a { background-color: #015EE0; }

 a { background-color: rgb(1,94,224); }

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

border-color css

<style>
 span { border-color: #015EE0; }

 span { border-color: rgb(1,94,224); }

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