Html Css Color HEX #045CDC Navy Blue

📋 copy color: '#045CDC'

red 4 ◦ green 92 ◦ blue 220

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

Shades of Navy Blue #045CDC

Tints of Navy Blue #045CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.11%

 BLUE value IS 220 (86.33% from 255) = 69.62%

R = 1.27%
G = 29.11%
B = 69.62%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#045CDC (or 0x045CDC) is known color: Navy Blue. HEX triplet: 04, 5C and DC. RGB value is (4,92,220). Sum of RGB (Red+Green+Blue) = 4+92+220=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #045CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045CDC is #FBA323. Grayscale: #4F4F4F. Windows color (decimal): -16491300 or 14441476. OLE color: 14441476.

HSL color Cylindrical-coordinate representation of color #045CDC: hue angle of 215.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045CDC is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 92 220 -
CMYK 0.98 0.58 0 0.14
HSL 215.56º 0.96% 0.44% -
HSV(B) 215.56º 0.98% 0.86% -
XYZ 16.8 12.85 69.3 -
YUV 80.28 206.85 73.59 -
System Red Green Blue C M Y K H S L
Decimal 4 92 220 0.98 0.58 0 0.14 215.56 0.96 0.44
Hex 4 5C DC 62 3A 0 E D8 60 2C
Octal 4 134 334 142 72 0 16 330 140 54
Binary 100 1011100 11011100 1100010 111010 0 1110 11011000 1100000 101100

Color Harmonies of #045CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045CDC

Black with #045CDC

Text Example


Text Example

White with #045CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045CDC; }

 p { color: rgb(4,92,220); }

 H1.HeaderClassName
 {
   color: #045CDC;
 }
 .AnyTagClassName
 {
   color: #045CDC;
 }
</style>

background-color css

<style>
 a { background-color: #045CDC; }

 a { background-color: rgb(4,92,220); }

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

border-color css

<style>
 span { border-color: #045CDC; }

 span { border-color: rgb(4,92,220); }

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