Html Css Color HEX #0261BB Navy Blue

📋 copy color: '#0261BB'

red 2 ◦ green 97 ◦ blue 187

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

Shades of Navy Blue #0261BB

Tints of Navy Blue #0261BB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.92%

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

R = 0.7%
G = 33.92%
B = 65.38%

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

#0261BB (or 0x0261BB) is known color: Navy Blue. HEX triplet: 02, 61 and BB. RGB value is (2,97,187). Sum of RGB (Red+Green+Blue) = 2+97+187=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #0261BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0261BB is #FD9E44. Grayscale: #4E4E4E. Windows color (decimal): -16621125 or 12280066. OLE color: 12280066.

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

Color convert

RGB 2 97 187 -
CMYK 0.99 0.48 0 0.27
HSL 209.19º 0.98% 0.37% -
HSV(B) 209.19º 0.99% 0.73% -
XYZ 13.27 12.15 48.66 -
YUV 78.86 189.03 73.18 -
System Red Green Blue C M Y K H S L
Decimal 2 97 187 0.99 0.48 0 0.27 209.19 0.98 0.37
Hex 2 61 BB 63 30 0 1B D1 62 25
Octal 2 141 273 143 60 0 33 321 142 45
Binary 10 1100001 10111011 1100011 110000 0 11011 11010001 1100010 100101

Color Harmonies of #0261BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0261BB

Black with #0261BB

Text Example


Text Example

White with #0261BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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