Html Css Color HEX #025FBA Navy Blue

📋 copy color: '#025FBA'

red 2 ◦ green 95 ◦ blue 186

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

Shades of Navy Blue #025FBA

Tints of Navy Blue #025FBA

RGB

 RED value IS 2 (1.17% from 255) = 0.71%

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

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

R = 0.71%
G = 33.57%
B = 65.72%

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

#025FBA (or 0x025FBA) is known color: Navy Blue. HEX triplet: 02, 5F and BA. RGB value is (2,95,186). Sum of RGB (Red+Green+Blue) = 2+95+186=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #025FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025FBA is #FDA045. Grayscale: #4D4D4D. Windows color (decimal): -16621638 or 12214018. OLE color: 12214018.

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

Color convert

RGB 2 95 186 -
CMYK 0.99 0.49 0 0.27
HSL 209.67º 0.98% 0.37% -
HSV(B) 209.67º 0.99% 0.73% -
XYZ 12.98 11.74 48.04 -
YUV 77.57 189.19 74.1 -
System Red Green Blue C M Y K H S L
Decimal 2 95 186 0.99 0.49 0 0.27 209.67 0.98 0.37
Hex 2 5F BA 63 31 0 1B D2 62 25
Octal 2 137 272 143 61 0 33 322 142 45
Binary 10 1011111 10111010 1100011 110001 0 11011 11010010 1100010 100101

Color Harmonies of #025FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025FBA

Black with #025FBA

Text Example


Text Example

White with #025FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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