Html Css Color HEX #015AE6 Navy Blue

📋 copy color: '#015AE6'

red 1 ◦ green 90 ◦ blue 230

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

Shades of Navy Blue #015AE6

Tints of Navy Blue #015AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 71.65%

R = 0.31%
G = 28.04%
B = 71.65%

CMYK

 C value IS 1.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#015AE6 (or 0x015AE6) is known color: Navy Blue. HEX triplet: 01, 5A and E6. RGB value is (1,90,230). Sum of RGB (Red+Green+Blue) = 1+90+230=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 230 (90.23% from 255 or 71.65% from 321); Max value from RGB is 230 - color contains mainly: blue. Hex color #015AE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015AE6 is #FEA519. Grayscale: #4E4E4E. Windows color (decimal): -16688410 or 15096321. OLE color: 15096321.

HSL color Cylindrical-coordinate representation of color #015AE6: hue angle of 216.68º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015AE6 is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 1 90 230 -
CMYK 1.00 0.61 0 0.10
HSL 216.68º 0.99% 0.45% -
HSV(B) 216.68º 1% 0.9% -
XYZ 17.95 13.03 76.43 -
YUV 79.35 213.01 72.12 -
System Red Green Blue C M Y K H S L
Decimal 1 90 230 1.00 0.61 0 0.10 216.68 0.99 0.45
Hex 1 5A E6 64 3D 0 A D9 63 2D
Octal 1 132 346 144 75 0 12 331 143 55
Binary 1 1011010 11100110 1100100 111101 0 1010 11011001 1100011 101101

Color Harmonies of #015AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015AE6

Black with #015AE6

Text Example


Text Example

White with #015AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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