Html Css Color HEX #0460FE Navy Blue

📋 copy color: '#0460FE'

red 4 ◦ green 96 ◦ blue 254

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

Shades of Navy Blue #0460FE

Tints of Navy Blue #0460FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 71.75%

R = 1.13%
G = 27.12%
B = 71.75%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0460FE (or 0x0460FE) is known color: Navy Blue. HEX triplet: 04, 60 and FE. RGB value is (4,96,254). Sum of RGB (Red+Green+Blue) = 4+96+254=354 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #0460FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0460FE is #FB9F01. Grayscale: #555555. Windows color (decimal): -16490242 or 16670724. OLE color: 16670724.

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

Color convert

RGB 4 96 254 -
CMYK 0.98 0.62 0 0.00
HSL 217.92º 0.99% 0.51% -
HSV(B) 217.92º 0.98% 1% -
XYZ 22.12 15.55 95.6 -
YUV 86.5 222.52 69.15 -
System Red Green Blue C M Y K H S L
Decimal 4 96 254 0.98 0.62 0 0.00 217.92 0.99 0.51
Hex 4 60 FE 62 3E 0 0 DA 63 33
Octal 4 140 376 142 76 0 0 332 143 63
Binary 100 1100000 11111110 1100010 111110 0 0 11011010 1100011 110011

Color Harmonies of #0460FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0460FE

Black with #0460FE

Text Example


Text Example

White with #0460FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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