Html Css Color HEX #0460FF Navy Blue

📋 copy color: '#0460FF'

red 4 ◦ green 96 ◦ blue 255

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

Shades of Navy Blue #0460FF

Tints of Navy Blue #0460FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.83%

R = 1.13%
G = 27.04%
B = 71.83%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0460FF (or 0x0460FF) is known color: Navy Blue. HEX triplet: 04, 60 and FF. RGB value is (4,96,255). Sum of RGB (Red+Green+Blue) = 4+96+255=355 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #0460FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0460FF is #FB9F00. Grayscale: #555555. Windows color (decimal): -16490241 or 16736260. OLE color: 16736260.

HSL color Cylindrical-coordinate representation of color #0460FF: hue angle of 218.01º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0460FF is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 4 96 255 -
CMYK 0.98 0.62 0 0
HSL 218.01º 1% 0.51% -
HSV(B) 218.01º 0.98% 1% -
XYZ 22.28 15.61 96.45 -
YUV 86.62 223.02 69.07 -
System Red Green Blue C M Y K H S L
Decimal 4 96 255 0.98 0.62 0 0 218.01 1 0.51
Hex 4 60 FF 62 3E 0 0 DA 64 33
Octal 4 140 377 142 76 0 0 332 144 63
Binary 100 1100000 11111111 1100010 111110 0 0 11011010 1100100 110011

Color Harmonies of #0460FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0460FF

Black with #0460FF

Text Example


Text Example

White with #0460FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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