Html Css Color HEX #0260CB Navy Blue

📋 copy color: '#0260CB'

red 2 ◦ green 96 ◦ blue 203

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

Shades of Navy Blue #0260CB

Tints of Navy Blue #0260CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.44%

R = 0.66%
G = 31.89%
B = 67.44%

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

#0260CB (or 0x0260CB) is known color: Navy Blue. HEX triplet: 02, 60 and CB. RGB value is (2,96,203). Sum of RGB (Red+Green+Blue) = 2+96+203=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #0260CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0260CB is #FD9F34. Grayscale: #4F4F4F. Windows color (decimal): -16621365 or 13328386. OLE color: 13328386.

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

Color convert

RGB 2 96 203 -
CMYK 0.99 0.53 0 0.20
HSL 211.94º 0.98% 0.4% -
HSV(B) 211.94º 0.99% 0.8% -
XYZ 14.99 12.69 58.16 -
YUV 80.09 197.36 72.3 -
System Red Green Blue C M Y K H S L
Decimal 2 96 203 0.99 0.53 0 0.20 211.94 0.98 0.4
Hex 2 60 CB 63 35 0 14 D4 62 28
Octal 2 140 313 143 65 0 24 324 142 50
Binary 10 1100000 11001011 1100011 110101 0 10100 11010100 1100010 101000

Color Harmonies of #0260CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0260CB

Black with #0260CB

Text Example


Text Example

White with #0260CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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