Html Css Color HEX #0260FB Navy Blue

📋 copy color: '#0260FB'

red 2 ◦ green 96 ◦ blue 251

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

Shades of Navy Blue #0260FB

Tints of Navy Blue #0260FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.92%

R = 0.57%
G = 27.51%
B = 71.92%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0260FB (or 0x0260FB) is known color: Navy Blue. HEX triplet: 02, 60 and FB. RGB value is (2,96,251). Sum of RGB (Red+Green+Blue) = 2+96+251=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #0260FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0260FB is #FD9F04. Grayscale: #545454. Windows color (decimal): -16621317 or 16474114. OLE color: 16474114.

HSL color Cylindrical-coordinate representation of color #0260FB: hue angle of 217.35º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0260FB is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 96 251 -
CMYK 0.99 0.62 0 0.02
HSL 217.35º 0.98% 0.5% -
HSV(B) 217.35º 0.99% 0.98% -
XYZ 21.62 15.34 93.09 -
YUV 85.56 221.36 68.4 -
System Red Green Blue C M Y K H S L
Decimal 2 96 251 0.99 0.62 0 0.02 217.35 0.98 0.5
Hex 2 60 FB 63 3E 0 2 D9 62 32
Octal 2 140 373 143 76 0 2 331 142 62
Binary 10 1100000 11111011 1100011 111110 0 10 11011001 1100010 110010

Color Harmonies of #0260FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0260FB

Black with #0260FB

Text Example


Text Example

White with #0260FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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