Html Css Color HEX #0460EE Navy Blue

📋 copy color: '#0460EE'

red 4 ◦ green 96 ◦ blue 238

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

Shades of Navy Blue #0460EE

Tints of Navy Blue #0460EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 70.41%

R = 1.18%
G = 28.4%
B = 70.41%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0460EE (or 0x0460EE) is known color: Navy Blue. HEX triplet: 04, 60 and EE. RGB value is (4,96,238). Sum of RGB (Red+Green+Blue) = 4+96+238=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 238 (93.36% from 255 or 70.41% from 338); Max value from RGB is 238 - color contains mainly: blue. Hex color #0460EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0460EE is #FB9F11. Grayscale: #545454. Windows color (decimal): -16490258 or 15622148. OLE color: 15622148.

HSL color Cylindrical-coordinate representation of color #0460EE: hue angle of 216.41º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0460EE is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 96 238 -
CMYK 0.98 0.60 0 0.07
HSL 216.41º 0.97% 0.47% -
HSV(B) 216.41º 0.98% 0.93% -
XYZ 19.67 14.56 82.66 -
YUV 84.68 214.52 70.45 -
System Red Green Blue C M Y K H S L
Decimal 4 96 238 0.98 0.60 0 0.07 216.41 0.97 0.47
Hex 4 60 EE 62 3C 0 7 D8 61 2F
Octal 4 140 356 142 74 0 7 330 141 57
Binary 100 1100000 11101110 1100010 111100 0 111 11011000 1100001 101111

Color Harmonies of #0460EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0460EE

Black with #0460EE

Text Example


Text Example

White with #0460EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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