Html Css Color HEX #015AEC Navy Blue

📋 copy color: '#015AEC'

red 1 ◦ green 90 ◦ blue 236

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

Shades of Navy Blue #015AEC

Tints of Navy Blue #015AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 72.17%

R = 0.31%
G = 27.52%
B = 72.17%

CMYK

 C value IS 1.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#015AEC (or 0x015AEC) is known color: Navy Blue. HEX triplet: 01, 5A and EC. RGB value is (1,90,236). Sum of RGB (Red+Green+Blue) = 1+90+236=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 236 (92.58% from 255 or 72.17% from 327); Max value from RGB is 236 - color contains mainly: blue. Hex color #015AEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015AEC is #FEA513. Grayscale: #4F4F4F. Windows color (decimal): -16688404 or 15489537. OLE color: 15489537.

HSL color Cylindrical-coordinate representation of color #015AEC: hue angle of 217.28º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015AEC is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 90 236 -
CMYK 1.00 0.62 0 0.07
HSL 217.28º 0.99% 0.46% -
HSV(B) 217.28º 1% 0.93% -
XYZ 18.81 13.37 80.95 -
YUV 80.03 216.01 71.63 -
System Red Green Blue C M Y K H S L
Decimal 1 90 236 1.00 0.62 0 0.07 217.28 0.99 0.46
Hex 1 5A EC 64 3E 0 7 D9 63 2E
Octal 1 132 354 144 76 0 7 331 143 56
Binary 1 1011010 11101100 1100100 111110 0 111 11011001 1100011 101110

Color Harmonies of #015AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015AEC

Black with #015AEC

Text Example


Text Example

White with #015AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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