Html Css Color HEX #0260DA Navy Blue

📋 copy color: '#0260DA'

red 2 ◦ green 96 ◦ blue 218

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

Shades of Navy Blue #0260DA

Tints of Navy Blue #0260DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.99%

R = 0.63%
G = 30.38%
B = 68.99%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0260DA (or 0x0260DA) is known color: Navy Blue. HEX triplet: 02, 60 and DA. RGB value is (2,96,218). Sum of RGB (Red+Green+Blue) = 2+96+218=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #0260DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0260DA is #FD9F25. Grayscale: #515151. Windows color (decimal): -16621350 or 14311426. OLE color: 14311426.

HSL color Cylindrical-coordinate representation of color #0260DA: hue angle of 213.89º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0260DA is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 96 218 -
CMYK 0.99 0.56 0 0.15
HSL 213.89º 0.98% 0.43% -
HSV(B) 213.89º 0.99% 0.85% -
XYZ 16.86 13.44 68.04 -
YUV 81.8 204.86 71.08 -
System Red Green Blue C M Y K H S L
Decimal 2 96 218 0.99 0.56 0 0.15 213.89 0.98 0.43
Hex 2 60 DA 63 38 0 F D6 62 2B
Octal 2 140 332 143 70 0 17 326 142 53
Binary 10 1100000 11011010 1100011 111000 0 1111 11010110 1100010 101011

Color Harmonies of #0260DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0260DA

Black with #0260DA

Text Example


Text Example

White with #0260DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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