Html Css Color HEX #005AEB Navy Blue

📋 copy color: '#005AEB'

red 0 ◦ green 90 ◦ blue 235

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

Shades of Navy Blue #005AEB

Tints of Navy Blue #005AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 72.31%

R = 0%
G = 27.69%
B = 72.31%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#005AEB (or 0x005AEB) is known color: Navy Blue. HEX triplet: 00, 5A and EB. RGB value is (0,90,235). Sum of RGB (Red+Green+Blue) = 0+90+235=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 235 (92.19% from 255 or 72.31% from 325); Max value from RGB is 235 - color contains mainly: blue. Hex color #005AEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005AEB is #FFA514. Grayscale: #4E4E4E. Windows color (decimal): -16753941 or 15424000. OLE color: 15424000.

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

Color convert

RGB 0 90 235 -
CMYK 1 0.62 0 0.08
HSL 217.02º 1% 0.46% -
HSV(B) 217.02º 1% 0.92% -
XYZ 18.65 13.31 80.18 -
YUV 79.62 215.68 71.21 -
System Red Green Blue C M Y K H S L
Decimal 0 90 235 1 0.62 0 0.08 217.02 1 0.46
Hex 0 5A EB 64 3E 0 8 D9 64 2E
Octal 0 132 353 144 76 0 10 331 144 56
Binary 0 1011010 11101011 1100100 111110 0 1000 11011001 1100100 101110

Color Harmonies of #005AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005AEB

Black with #005AEB

Text Example


Text Example

White with #005AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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