Html Css Color HEX #0260BA Navy Blue

📋 copy color: '#0260BA'

red 2 ◦ green 96 ◦ blue 186

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

Shades of Navy Blue #0260BA

Tints of Navy Blue #0260BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.8%

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

R = 0.7%
G = 33.8%
B = 65.49%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0260BA (or 0x0260BA) is known color: Navy Blue. HEX triplet: 02, 60 and BA. RGB value is (2,96,186). Sum of RGB (Red+Green+Blue) = 2+96+186=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #0260BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0260BA is #FD9F45. Grayscale: #4D4D4D. Windows color (decimal): -16621382 or 12214274. OLE color: 12214274.

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

Color convert

RGB 2 96 186 -
CMYK 0.99 0.48 0 0.27
HSL 209.35º 0.98% 0.37% -
HSV(B) 209.35º 0.99% 0.73% -
XYZ 13.07 11.92 48.07 -
YUV 78.15 188.86 73.68 -
System Red Green Blue C M Y K H S L
Decimal 2 96 186 0.99 0.48 0 0.27 209.35 0.98 0.37
Hex 2 60 BA 63 30 0 1B D1 62 25
Octal 2 140 272 143 60 0 33 321 142 45
Binary 10 1100000 10111010 1100011 110000 0 11011 11010001 1100010 100101

Color Harmonies of #0260BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0260BA

Black with #0260BA

Text Example


Text Example

White with #0260BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0260BA; }

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

 H1.HeaderClassName
 {
   color: #0260BA;
 }
 .AnyTagClassName
 {
   color: #0260BA;
 }
</style>

background-color css

<style>
 a { background-color: #0260BA; }

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

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

border-color css

<style>
 span { border-color: #0260BA; }

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

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