Html Css Color HEX #0260CD Navy Blue

📋 copy color: '#0260CD'

red 2 ◦ green 96 ◦ blue 205

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

Shades of Navy Blue #0260CD

Tints of Navy Blue #0260CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.66%

R = 0.66%
G = 31.68%
B = 67.66%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0260CD (or 0x0260CD) is known color: Navy Blue. HEX triplet: 02, 60 and CD. RGB value is (2,96,205). Sum of RGB (Red+Green+Blue) = 2+96+205=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #0260CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0260CD is #FD9F32. Grayscale: #4F4F4F. Windows color (decimal): -16621363 or 13459458. OLE color: 13459458.

HSL color Cylindrical-coordinate representation of color #0260CD: hue angle of 212.22º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0260CD is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 96 205 -
CMYK 0.99 0.53 0 0.20
HSL 212.22º 0.98% 0.41% -
HSV(B) 212.22º 0.99% 0.8% -
XYZ 15.23 12.79 59.42 -
YUV 80.32 198.36 72.14 -
System Red Green Blue C M Y K H S L
Decimal 2 96 205 0.99 0.53 0 0.20 212.22 0.98 0.41
Hex 2 60 CD 63 35 0 14 D4 62 29
Octal 2 140 315 143 65 0 24 324 142 51
Binary 10 1100000 11001101 1100011 110101 0 10100 11010100 1100010 101001

Color Harmonies of #0260CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0260CD

Black with #0260CD

Text Example


Text Example

White with #0260CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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