Html Css Color HEX #015FBE Navy Blue

📋 copy color: '#015FBE'

red 1 ◦ green 95 ◦ blue 190

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

Shades of Navy Blue #015FBE

Tints of Navy Blue #015FBE

RGB

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

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

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

R = 0.35%
G = 33.22%
B = 66.43%

CMYK

 C value IS 0.99

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#015FBE (or 0x015FBE) is known color: Navy Blue. HEX triplet: 01, 5F and BE. RGB value is (1,95,190). Sum of RGB (Red+Green+Blue) = 1+95+190=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #015FBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FBE is #FEA041. Grayscale: #4D4D4D. Windows color (decimal): -16687170 or 12476161. OLE color: 12476161.

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

Color convert

RGB 1 95 190 -
CMYK 0.99 0.5 0 0.25
HSL 210.16º 0.99% 0.37% -
HSV(B) 210.16º 0.99% 0.75% -
XYZ 13.4 11.91 50.31 -
YUV 77.72 191.36 73.28 -
System Red Green Blue C M Y K H S L
Decimal 1 95 190 0.99 0.5 0 0.25 210.16 0.99 0.37
Hex 1 5F BE 63 32 0 19 D2 63 25
Octal 1 137 276 143 62 0 31 322 143 45
Binary 1 1011111 10111110 1100011 110010 0 11001 11010010 1100011 100101

Color Harmonies of #015FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015FBE

Black with #015FBE

Text Example


Text Example

White with #015FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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