Html Css Color HEX #015AED Navy Blue

📋 copy color: '#015AED'

red 1 ◦ green 90 ◦ blue 237

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

Shades of Navy Blue #015AED

Tints of Navy Blue #015AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 72.26%

R = 0.3%
G = 27.44%
B = 72.26%

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

#015AED (or 0x015AED) is known color: Navy Blue. HEX triplet: 01, 5A and ED. RGB value is (1,90,237). Sum of RGB (Red+Green+Blue) = 1+90+237=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 237 (92.97% from 255 or 72.26% from 328); Max value from RGB is 237 - color contains mainly: blue. Hex color #015AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015AED is #FEA512. Grayscale: #4F4F4F. Windows color (decimal): -16688403 or 15555073. OLE color: 15555073.

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

Color convert

RGB 1 90 237 -
CMYK 1.00 0.62 0 0.07
HSL 217.37º 0.99% 0.47% -
HSV(B) 217.37º 1% 0.93% -
XYZ 18.95 13.43 81.71 -
YUV 80.15 216.51 71.55 -
System Red Green Blue C M Y K H S L
Decimal 1 90 237 1.00 0.62 0 0.07 217.37 0.99 0.47
Hex 1 5A ED 64 3E 0 7 D9 63 2F
Octal 1 132 355 144 76 0 7 331 143 57
Binary 1 1011010 11101101 1100100 111110 0 111 11011001 1100011 101111

Color Harmonies of #015AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015AED

Black with #015AED

Text Example


Text Example

White with #015AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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