Html Css Color HEX #0460DF Navy Blue

📋 copy color: '#0460DF'

red 4 ◦ green 96 ◦ blue 223

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

Shades of Navy Blue #0460DF

Tints of Navy Blue #0460DF

RGB

 RED value IS 4 (1.95% from 255) = 1.24%

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

 BLUE value IS 223 (87.5% from 255) = 69.04%

R = 1.24%
G = 29.72%
B = 69.04%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0460DF (or 0x0460DF) is known color: Navy Blue. HEX triplet: 04, 60 and DF. RGB value is (4,96,223). Sum of RGB (Red+Green+Blue) = 4+96+223=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #0460DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0460DF is #FB9F20. Grayscale: #525252. Windows color (decimal): -16490273 or 14639108. OLE color: 14639108.

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

Color convert

RGB 4 96 223 -
CMYK 0.98 0.57 0 0.13
HSL 214.79º 0.96% 0.45% -
HSV(B) 214.79º 0.98% 0.87% -
XYZ 17.55 13.72 71.54 -
YUV 82.97 207.02 71.67 -
System Red Green Blue C M Y K H S L
Decimal 4 96 223 0.98 0.57 0 0.13 214.79 0.96 0.45
Hex 4 60 DF 62 39 0 D D7 60 2D
Octal 4 140 337 142 71 0 15 327 140 55
Binary 100 1100000 11011111 1100010 111001 0 1101 11010111 1100000 101101

Color Harmonies of #0460DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0460DF

Black with #0460DF

Text Example


Text Example

White with #0460DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0460DF; }

 p { color: rgb(4,96,223); }

 H1.HeaderClassName
 {
   color: #0460DF;
 }
 .AnyTagClassName
 {
   color: #0460DF;
 }
</style>

background-color css

<style>
 a { background-color: #0460DF; }

 a { background-color: rgb(4,96,223); }

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

border-color css

<style>
 span { border-color: #0460DF; }

 span { border-color: rgb(4,96,223); }

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