Html Css Color HEX #0260FC Navy Blue

📋 copy color: '#0260FC'

red 2 ◦ green 96 ◦ blue 252

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

Shades of Navy Blue #0260FC

Tints of Navy Blue #0260FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72%

R = 0.57%
G = 27.43%
B = 72%

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

#0260FC (or 0x0260FC) is known color: Navy Blue. HEX triplet: 02, 60 and FC. RGB value is (2,96,252). Sum of RGB (Red+Green+Blue) = 2+96+252=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #0260FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0260FC is #FD9F03. Grayscale: #545454. Windows color (decimal): -16621316 or 16539650. OLE color: 16539650.

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

Color convert

RGB 2 96 252 -
CMYK 0.99 0.62 0 0.01
HSL 217.44º 0.98% 0.5% -
HSV(B) 217.44º 0.99% 0.99% -
XYZ 21.78 15.41 93.92 -
YUV 85.68 221.86 68.32 -
System Red Green Blue C M Y K H S L
Decimal 2 96 252 0.99 0.62 0 0.01 217.44 0.98 0.5
Hex 2 60 FC 63 3E 0 1 D9 62 32
Octal 2 140 374 143 76 0 1 331 142 62
Binary 10 1100000 11111100 1100011 111110 0 1 11011001 1100010 110010

Color Harmonies of #0260FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0260FC

Black with #0260FC

Text Example


Text Example

White with #0260FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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