Html Css Color HEX #0459CD Navy Blue

📋 copy color: '#0459CD'

red 4 ◦ green 89 ◦ blue 205

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

Shades of Navy Blue #0459CD

Tints of Navy Blue #0459CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.79%

R = 1.34%
G = 29.87%
B = 68.79%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0459CD (or 0x0459CD) is known color: Navy Blue. HEX triplet: 04, 59 and CD. RGB value is (4,89,205). Sum of RGB (Red+Green+Blue) = 4+89+205=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #0459CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0459CD is #FBA632. Grayscale: #4C4C4C. Windows color (decimal): -16492083 or 13457668. OLE color: 13457668.

HSL color Cylindrical-coordinate representation of color #0459CD: hue angle of 214.63º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0459CD is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 89 205 -
CMYK 0.98 0.57 0 0.20
HSL 214.63º 0.96% 0.41% -
HSV(B) 214.63º 0.98% 0.8% -
XYZ 14.64 11.58 59.22 -
YUV 76.81 200.34 76.07 -
System Red Green Blue C M Y K H S L
Decimal 4 89 205 0.98 0.57 0 0.20 214.63 0.96 0.41
Hex 4 59 CD 62 39 0 14 D7 60 29
Octal 4 131 315 142 71 0 24 327 140 51
Binary 100 1011001 11001101 1100010 111001 0 10100 11010111 1100000 101001

Color Harmonies of #0459CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0459CD

Black with #0459CD

Text Example


Text Example

White with #0459CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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