Html Css Color HEX #015FB8 Navy Blue

📋 copy color: '#015FB8'

red 1 ◦ green 95 ◦ blue 184

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

Shades of Navy Blue #015FB8

Tints of Navy Blue #015FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 65.71%

R = 0.36%
G = 33.93%
B = 65.71%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#015FB8 (or 0x015FB8) is known color: Navy Blue. HEX triplet: 01, 5F and B8. RGB value is (1,95,184). Sum of RGB (Red+Green+Blue) = 1+95+184=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 184 (72.27% from 255 or 65.71% from 280); Max value from RGB is 184 - color contains mainly: blue. Hex color #015FB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FB8 is #FEA047. Grayscale: #4C4C4C. Windows color (decimal): -16687176 or 12082945. OLE color: 12082945.

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

Color convert

RGB 1 95 184 -
CMYK 0.99 0.48 0 0.28
HSL 209.18º 0.99% 0.36% -
HSV(B) 209.18º 0.99% 0.72% -
XYZ 12.76 11.65 46.92 -
YUV 77.04 188.36 73.76 -
System Red Green Blue C M Y K H S L
Decimal 1 95 184 0.99 0.48 0 0.28 209.18 0.99 0.36
Hex 1 5F B8 63 30 0 1C D1 63 24
Octal 1 137 270 143 60 0 34 321 143 44
Binary 1 1011111 10111000 1100011 110000 0 11100 11010001 1100011 100100

Color Harmonies of #015FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015FB8

Black with #015FB8

Text Example


Text Example

White with #015FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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