Html Css Color HEX #005AEC Navy Blue

📋 copy color: '#005AEC'

red 0 ◦ green 90 ◦ blue 236

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

Shades of Navy Blue #005AEC

Tints of Navy Blue #005AEC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 27.61%
B = 72.39%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#005AEC (or 0x005AEC) is known color: Navy Blue. HEX triplet: 00, 5A and EC. RGB value is (0,90,236). Sum of RGB (Red+Green+Blue) = 0+90+236=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 236 (92.58% from 255 or 72.39% from 326); Max value from RGB is 236 - color contains mainly: blue. Hex color #005AEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005AEC is #FFA513. Grayscale: #4F4F4F. Windows color (decimal): -16753940 or 15489536. OLE color: 15489536.

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

Color convert

RGB 0 90 236 -
CMYK 1 0.62 0 0.07
HSL 217.12º 1% 0.46% -
HSV(B) 217.12º 1% 0.93% -
XYZ 18.8 13.37 80.95 -
YUV 79.73 216.18 71.13 -
System Red Green Blue C M Y K H S L
Decimal 0 90 236 1 0.62 0 0.07 217.12 1 0.46
Hex 0 5A EC 64 3E 0 7 D9 64 2E
Octal 0 132 354 144 76 0 7 331 144 56
Binary 0 1011010 11101100 1100100 111110 0 111 11011001 1100100 101110

Color Harmonies of #005AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005AEC

Black with #005AEC

Text Example


Text Example

White with #005AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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