Html Css Color HEX #0260FD Navy Blue

📋 copy color: '#0260FD'

red 2 ◦ green 96 ◦ blue 253

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

Shades of Navy Blue #0260FD

Tints of Navy Blue #0260FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 72.08%

R = 0.57%
G = 27.35%
B = 72.08%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0260FD (or 0x0260FD) is known color: Navy Blue. HEX triplet: 02, 60 and FD. RGB value is (2,96,253). Sum of RGB (Red+Green+Blue) = 2+96+253=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #0260FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0260FD is #FD9F02. Grayscale: #555555. Windows color (decimal): -16621315 or 16605186. OLE color: 16605186.

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

Color convert

RGB 2 96 253 -
CMYK 0.99 0.62 0 0.01
HSL 217.53º 0.98% 0.5% -
HSV(B) 217.53º 0.99% 0.99% -
XYZ 21.94 15.47 94.76 -
YUV 85.79 222.36 68.23 -
System Red Green Blue C M Y K H S L
Decimal 2 96 253 0.99 0.62 0 0.01 217.53 0.98 0.5
Hex 2 60 FD 63 3E 0 1 DA 62 32
Octal 2 140 375 143 76 0 1 332 142 62
Binary 10 1100000 11111101 1100011 111110 0 1 11011010 1100010 110010

Color Harmonies of #0260FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0260FD

Black with #0260FD

Text Example


Text Example

White with #0260FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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