Html Css Color HEX #015EB9 Navy Blue

📋 copy color: '#015EB9'

red 1 ◦ green 94 ◦ blue 185

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

Shades of Navy Blue #015EB9

Tints of Navy Blue #015EB9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.57%

 BLUE value IS 185 (72.66% from 255) = 66.07%

R = 0.36%
G = 33.57%
B = 66.07%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#015EB9 (or 0x015EB9) is known color: Navy Blue. HEX triplet: 01, 5E and B9. RGB value is (1,94,185). Sum of RGB (Red+Green+Blue) = 1+94+185=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 185 (72.66% from 255 or 66.07% from 280); Max value from RGB is 185 - color contains mainly: blue. Hex color #015EB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015EB9 is #FEA146. Grayscale: #4C4C4C. Windows color (decimal): -16687431 or 12148225. OLE color: 12148225.

HSL color Cylindrical-coordinate representation of color #015EB9: hue angle of 209.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015EB9 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 94 185 -
CMYK 0.99 0.49 0 0.27
HSL 209.67º 0.99% 0.36% -
HSV(B) 209.67º 0.99% 0.73% -
XYZ 12.77 11.51 47.45 -
YUV 76.57 189.19 74.1 -
System Red Green Blue C M Y K H S L
Decimal 1 94 185 0.99 0.49 0 0.27 209.67 0.99 0.36
Hex 1 5E B9 63 31 0 1B D2 63 24
Octal 1 136 271 143 61 0 33 322 143 44
Binary 1 1011110 10111001 1100011 110001 0 11011 11010010 1100011 100100

Color Harmonies of #015EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015EB9

Black with #015EB9

Text Example


Text Example

White with #015EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,94,185); }

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

background-color css

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

 a { background-color: rgb(1,94,185); }

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

border-color css

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

 span { border-color: rgb(1,94,185); }

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