Html Css Color HEX #0260E3 Navy Blue

📋 copy color: '#0260E3'

red 2 ◦ green 96 ◦ blue 227

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

Shades of Navy Blue #0260E3

Tints of Navy Blue #0260E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 69.85%

R = 0.62%
G = 29.54%
B = 69.85%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0260E3 (or 0x0260E3) is known color: Navy Blue. HEX triplet: 02, 60 and E3. RGB value is (2,96,227). Sum of RGB (Red+Green+Blue) = 2+96+227=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 227 (89.06% from 255 or 69.85% from 325); Max value from RGB is 227 - color contains mainly: blue. Hex color #0260E3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0260E3 is #FD9F1C. Grayscale: #525252. Windows color (decimal): -16621341 or 14901250. OLE color: 14901250.

HSL color Cylindrical-coordinate representation of color #0260E3: hue angle of 214.93º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0260E3 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 2 96 227 -
CMYK 0.99 0.58 0 0.11
HSL 214.93º 0.98% 0.45% -
HSV(B) 214.93º 0.99% 0.89% -
XYZ 18.07 13.92 74.41 -
YUV 82.83 209.36 70.35 -
System Red Green Blue C M Y K H S L
Decimal 2 96 227 0.99 0.58 0 0.11 214.93 0.98 0.45
Hex 2 60 E3 63 3A 0 B D7 62 2D
Octal 2 140 343 143 72 0 13 327 142 55
Binary 10 1100000 11100011 1100011 111010 0 1011 11010111 1100010 101101

Color Harmonies of #0260E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0260E3

Black with #0260E3

Text Example


Text Example

White with #0260E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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