Html Css Color HEX #015ADE Navy Blue

📋 copy color: '#015ADE'

red 1 ◦ green 90 ◦ blue 222

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

Shades of Navy Blue #015ADE

Tints of Navy Blue #015ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.75%

 BLUE value IS 222 (87.11% from 255) = 70.93%

R = 0.32%
G = 28.75%
B = 70.93%

CMYK

 C value IS 1.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#015ADE (or 0x015ADE) is known color: Navy Blue. HEX triplet: 01, 5A and DE. RGB value is (1,90,222). Sum of RGB (Red+Green+Blue) = 1+90+222=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #015ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ADE is #FEA521. Grayscale: #4D4D4D. Windows color (decimal): -16688418 or 14572033. OLE color: 14572033.

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

Color convert

RGB 1 90 222 -
CMYK 1.00 0.59 0 0.13
HSL 215.84º 0.99% 0.44% -
HSV(B) 215.84º 1% 0.87% -
XYZ 16.85 12.59 70.65 -
YUV 78.44 209.01 72.77 -
System Red Green Blue C M Y K H S L
Decimal 1 90 222 1.00 0.59 0 0.13 215.84 0.99 0.44
Hex 1 5A DE 64 3B 0 D D8 63 2C
Octal 1 132 336 144 73 0 15 330 143 54
Binary 1 1011010 11011110 1100100 111011 0 1101 11011000 1100011 101100

Color Harmonies of #015ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015ADE

Black with #015ADE

Text Example


Text Example

White with #015ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,90,222); }

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

background-color css

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

 a { background-color: rgb(1,90,222); }

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

border-color css

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

 span { border-color: rgb(1,90,222); }

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