Html Css Color HEX #015FBA Navy Blue

📋 copy color: '#015FBA'

red 1 ◦ green 95 ◦ blue 186

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

Shades of Navy Blue #015FBA

Tints of Navy Blue #015FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.96%

R = 0.35%
G = 33.69%
B = 65.96%

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

#015FBA (or 0x015FBA) is known color: Navy Blue. HEX triplet: 01, 5F and BA. RGB value is (1,95,186). Sum of RGB (Red+Green+Blue) = 1+95+186=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #015FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FBA is #FEA045. Grayscale: #4C4C4C. Windows color (decimal): -16687174 or 12214017. OLE color: 12214017.

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

Color convert

RGB 1 95 186 -
CMYK 0.99 0.49 0 0.27
HSL 209.51º 0.99% 0.37% -
HSV(B) 209.51º 0.99% 0.73% -
XYZ 12.97 11.74 48.04 -
YUV 77.27 189.36 73.6 -
System Red Green Blue C M Y K H S L
Decimal 1 95 186 0.99 0.49 0 0.27 209.51 0.99 0.37
Hex 1 5F BA 63 31 0 1B D2 63 25
Octal 1 137 272 143 61 0 33 322 143 45
Binary 1 1011111 10111010 1100011 110001 0 11011 11010010 1100011 100101

Color Harmonies of #015FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015FBA

Black with #015FBA

Text Example


Text Example

White with #015FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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