Html Css Color HEX #0459EC Navy Blue

📋 copy color: '#0459EC'

red 4 ◦ green 89 ◦ blue 236

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

Shades of Navy Blue #0459EC

Tints of Navy Blue #0459EC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.05%

 BLUE value IS 236 (92.58% from 255) = 71.73%

R = 1.22%
G = 27.05%
B = 71.73%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0459EC (or 0x0459EC) is known color: Navy Blue. HEX triplet: 04, 59 and EC. RGB value is (4,89,236). Sum of RGB (Red+Green+Blue) = 4+89+236=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #0459EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0459EC is #FBA613. Grayscale: #4F4F4F. Windows color (decimal): -16492052 or 15489284. OLE color: 15489284.

HSL color Cylindrical-coordinate representation of color #0459EC: hue angle of 218.02º 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 #0459EC is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 89 236 -
CMYK 0.98 0.62 0 0.07
HSL 218.02º 0.97% 0.47% -
HSV(B) 218.02º 0.98% 0.93% -
XYZ 18.76 13.23 80.92 -
YUV 80.34 215.84 73.55 -
System Red Green Blue C M Y K H S L
Decimal 4 89 236 0.98 0.62 0 0.07 218.02 0.97 0.47
Hex 4 59 EC 62 3E 0 7 DA 61 2F
Octal 4 131 354 142 76 0 7 332 141 57
Binary 100 1011001 11101100 1100010 111110 0 111 11011010 1100001 101111

Color Harmonies of #0459EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0459EC

Black with #0459EC

Text Example


Text Example

White with #0459EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0459EC; }

 p { color: rgb(4,89,236); }

 H1.HeaderClassName
 {
   color: #0459EC;
 }
 .AnyTagClassName
 {
   color: #0459EC;
 }
</style>

background-color css

<style>
 a { background-color: #0459EC; }

 a { background-color: rgb(4,89,236); }

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

border-color css

<style>
 span { border-color: #0459EC; }

 span { border-color: rgb(4,89,236); }

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