Html Css Color HEX #0460DC Navy Blue

📋 copy color: '#0460DC'

red 4 ◦ green 96 ◦ blue 220

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

Shades of Navy Blue #0460DC

Tints of Navy Blue #0460DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.75%

R = 1.25%
G = 30%
B = 68.75%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0460DC (or 0x0460DC) is known color: Navy Blue. HEX triplet: 04, 60 and DC. RGB value is (4,96,220). Sum of RGB (Red+Green+Blue) = 4+96+220=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #0460DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0460DC is #FB9F23. Grayscale: #525252. Windows color (decimal): -16490276 or 14442500. OLE color: 14442500.

HSL color Cylindrical-coordinate representation of color #0460DC: hue angle of 214.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0460DC is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 96 220 -
CMYK 0.98 0.56 0 0.14
HSL 214.44º 0.96% 0.44% -
HSV(B) 214.44º 0.98% 0.86% -
XYZ 17.15 13.56 69.42 -
YUV 82.63 205.52 71.92 -
System Red Green Blue C M Y K H S L
Decimal 4 96 220 0.98 0.56 0 0.14 214.44 0.96 0.44
Hex 4 60 DC 62 38 0 E D6 60 2C
Octal 4 140 334 142 70 0 16 326 140 54
Binary 100 1100000 11011100 1100010 111000 0 1110 11010110 1100000 101100

Color Harmonies of #0460DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0460DC

Black with #0460DC

Text Example


Text Example

White with #0460DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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