Html Css Color HEX #015FB9 Navy Blue

📋 copy color: '#015FB9'

red 1 ◦ green 95 ◦ blue 185

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

Shades of Navy Blue #015FB9

Tints of Navy Blue #015FB9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.81%

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

R = 0.36%
G = 33.81%
B = 65.84%

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

#015FB9 (or 0x015FB9) is known color: Navy Blue. HEX triplet: 01, 5F and B9. RGB value is (1,95,185). Sum of RGB (Red+Green+Blue) = 1+95+185=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 185 (72.66% from 255 or 65.84% from 281); Max value from RGB is 185 - color contains mainly: blue. Hex color #015FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FB9 is #FEA046. Grayscale: #4C4C4C. Windows color (decimal): -16687175 or 12148481. OLE color: 12148481.

HSL color Cylindrical-coordinate representation of color #015FB9: hue angle of 209.35º 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 #015FB9 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 95 185 -
CMYK 0.99 0.49 0 0.27
HSL 209.35º 0.99% 0.36% -
HSV(B) 209.35º 0.99% 0.73% -
XYZ 12.86 11.69 47.48 -
YUV 77.15 188.86 73.68 -
System Red Green Blue C M Y K H S L
Decimal 1 95 185 0.99 0.49 0 0.27 209.35 0.99 0.36
Hex 1 5F B9 63 31 0 1B D1 63 24
Octal 1 137 271 143 61 0 33 321 143 44
Binary 1 1011111 10111001 1100011 110001 0 11011 11010001 1100011 100100

Color Harmonies of #015FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015FB9

Black with #015FB9

Text Example


Text Example

White with #015FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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