Html Css Color HEX #0260CE Navy Blue

📋 copy color: '#0260CE'

red 2 ◦ green 96 ◦ blue 206

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

Shades of Navy Blue #0260CE

Tints of Navy Blue #0260CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.76%

R = 0.66%
G = 31.58%
B = 67.76%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0260CE (or 0x0260CE) is known color: Navy Blue. HEX triplet: 02, 60 and CE. RGB value is (2,96,206). Sum of RGB (Red+Green+Blue) = 2+96+206=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #0260CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0260CE is #FD9F31. Grayscale: #4F4F4F. Windows color (decimal): -16621362 or 13524994. OLE color: 13524994.

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

Color convert

RGB 2 96 206 -
CMYK 0.99 0.53 0 0.19
HSL 212.35º 0.98% 0.41% -
HSV(B) 212.35º 0.99% 0.81% -
XYZ 15.35 12.83 60.06 -
YUV 80.43 198.86 72.06 -
System Red Green Blue C M Y K H S L
Decimal 2 96 206 0.99 0.53 0 0.19 212.35 0.98 0.41
Hex 2 60 CE 63 35 0 13 D4 62 29
Octal 2 140 316 143 65 0 23 324 142 51
Binary 10 1100000 11001110 1100011 110101 0 10011 11010100 1100010 101001

Color Harmonies of #0260CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0260CE

Black with #0260CE

Text Example


Text Example

White with #0260CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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