Html Css Color HEX #0260BB Navy Blue

📋 copy color: '#0260BB'

red 2 ◦ green 96 ◦ blue 187

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

Shades of Navy Blue #0260BB

Tints of Navy Blue #0260BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 65.61%

R = 0.7%
G = 33.68%
B = 65.61%

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

#0260BB (or 0x0260BB) is known color: Navy Blue. HEX triplet: 02, 60 and BB. RGB value is (2,96,187). Sum of RGB (Red+Green+Blue) = 2+96+187=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #0260BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0260BB is #FD9F44. Grayscale: #4D4D4D. Windows color (decimal): -16621381 or 12279810. OLE color: 12279810.

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

Color convert

RGB 2 96 187 -
CMYK 0.99 0.49 0 0.27
HSL 209.51º 0.98% 0.37% -
HSV(B) 209.51º 0.99% 0.73% -
XYZ 13.18 11.97 48.63 -
YUV 78.27 189.36 73.6 -
System Red Green Blue C M Y K H S L
Decimal 2 96 187 0.99 0.49 0 0.27 209.51 0.98 0.37
Hex 2 60 BB 63 31 0 1B D2 62 25
Octal 2 140 273 143 61 0 33 322 142 45
Binary 10 1100000 10111011 1100011 110001 0 11011 11010010 1100010 100101

Color Harmonies of #0260BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0260BB

Black with #0260BB

Text Example


Text Example

White with #0260BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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