Html Css Color HEX #015EBE Navy Blue

📋 copy color: '#015EBE'

red 1 ◦ green 94 ◦ blue 190

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

Shades of Navy Blue #015EBE

Tints of Navy Blue #015EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.67%

R = 0.35%
G = 32.98%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#015EBE (or 0x015EBE) is known color: Navy Blue. HEX triplet: 01, 5E and BE. RGB value is (1,94,190). Sum of RGB (Red+Green+Blue) = 1+94+190=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #015EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015EBE is #FEA141. Grayscale: #4C4C4C. Windows color (decimal): -16687426 or 12475905. OLE color: 12475905.

HSL color Cylindrical-coordinate representation of color #015EBE: hue angle of 210.48º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015EBE is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 94 190 -
CMYK 0.99 0.51 0 0.25
HSL 210.48º 0.99% 0.37% -
HSV(B) 210.48º 0.99% 0.75% -
XYZ 13.31 11.73 50.28 -
YUV 77.14 191.69 73.69 -
System Red Green Blue C M Y K H S L
Decimal 1 94 190 0.99 0.51 0 0.25 210.48 0.99 0.37
Hex 1 5E BE 63 33 0 19 D2 63 25
Octal 1 136 276 143 63 0 31 322 143 45
Binary 1 1011110 10111110 1100011 110011 0 11001 11010010 1100011 100101

Color Harmonies of #015EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015EBE

Black with #015EBE

Text Example


Text Example

White with #015EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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