Html Css Color HEX #0260DD Navy Blue

📋 copy color: '#0260DD'

red 2 ◦ green 96 ◦ blue 221

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

Shades of Navy Blue #0260DD

Tints of Navy Blue #0260DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.28%

R = 0.63%
G = 30.09%
B = 69.28%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0260DD (or 0x0260DD) is known color: Navy Blue. HEX triplet: 02, 60 and DD. RGB value is (2,96,221). Sum of RGB (Red+Green+Blue) = 2+96+221=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #0260DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0260DD is #FD9F22. Grayscale: #515151. Windows color (decimal): -16621347 or 14508034. OLE color: 14508034.

HSL color Cylindrical-coordinate representation of color #0260DD: hue angle of 214.25º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0260DD is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 96 221 -
CMYK 0.99 0.57 0 0.13
HSL 214.25º 0.98% 0.44% -
HSV(B) 214.25º 0.99% 0.87% -
XYZ 17.26 13.6 70.12 -
YUV 82.14 206.36 70.84 -
System Red Green Blue C M Y K H S L
Decimal 2 96 221 0.99 0.57 0 0.13 214.25 0.98 0.44
Hex 2 60 DD 63 39 0 D D6 62 2C
Octal 2 140 335 143 71 0 15 326 142 54
Binary 10 1100000 11011101 1100011 111001 0 1101 11010110 1100010 101100

Color Harmonies of #0260DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0260DD

Black with #0260DD

Text Example


Text Example

White with #0260DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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