Html Css Color HEX #0262B9 Navy Blue

📋 copy color: '#0262B9'

red 2 ◦ green 98 ◦ blue 185

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

Shades of Navy Blue #0262B9

Tints of Navy Blue #0262B9

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.39%

 BLUE value IS 185 (72.66% from 255) = 64.91%

R = 0.7%
G = 34.39%
B = 64.91%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0262B9 (or 0x0262B9) is known color: Navy Blue. HEX triplet: 02, 62 and B9. RGB value is (2,98,185). Sum of RGB (Red+Green+Blue) = 2+98+185=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 185 (72.66% from 255 or 64.91% from 285); Max value from RGB is 185 - color contains mainly: blue. Hex color #0262B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0262B9 is #FD9D46. Grayscale: #4E4E4E. Windows color (decimal): -16620871 or 12149250. OLE color: 12149250.

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

Color convert

RGB 2 98 185 -
CMYK 0.99 0.47 0 0.27
HSL 208.52º 0.98% 0.37% -
HSV(B) 208.52º 0.99% 0.73% -
XYZ 13.15 12.25 47.57 -
YUV 79.21 187.7 72.93 -
System Red Green Blue C M Y K H S L
Decimal 2 98 185 0.99 0.47 0 0.27 208.52 0.98 0.37
Hex 2 62 B9 63 2F 0 1B D1 62 25
Octal 2 142 271 143 57 0 33 321 142 45
Binary 10 1100010 10111001 1100011 101111 0 11011 11010001 1100010 100101

Color Harmonies of #0262B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0262B9

Black with #0262B9

Text Example


Text Example

White with #0262B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0262B9; }

 p { color: rgb(2,98,185); }

 H1.HeaderClassName
 {
   color: #0262B9;
 }
 .AnyTagClassName
 {
   color: #0262B9;
 }
</style>

background-color css

<style>
 a { background-color: #0262B9; }

 a { background-color: rgb(2,98,185); }

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

border-color css

<style>
 span { border-color: #0262B9; }

 span { border-color: rgb(2,98,185); }

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