Html Css Color HEX #045DCF Navy Blue

📋 copy color: '#045DCF'

red 4 ◦ green 93 ◦ blue 207

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

Shades of Navy Blue #045DCF

Tints of Navy Blue #045DCF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.59%

 BLUE value IS 207 (81.25% from 255) = 68.09%

R = 1.32%
G = 30.59%
B = 68.09%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#045DCF (or 0x045DCF) is known color: Navy Blue. HEX triplet: 04, 5D and CF. RGB value is (4,93,207). Sum of RGB (Red+Green+Blue) = 4+93+207=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #045DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045DCF is #FBA230. Grayscale: #4E4E4E. Windows color (decimal): -16491057 or 13589764. OLE color: 13589764.

HSL color Cylindrical-coordinate representation of color #045DCF: hue angle of 213.69º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045DCF is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 93 207 -
CMYK 0.98 0.55 0 0.19
HSL 213.69º 0.96% 0.41% -
HSV(B) 213.69º 0.98% 0.81% -
XYZ 15.23 12.36 60.61 -
YUV 79.39 200.01 74.23 -
System Red Green Blue C M Y K H S L
Decimal 4 93 207 0.98 0.55 0 0.19 213.69 0.96 0.41
Hex 4 5D CF 62 37 0 13 D6 60 29
Octal 4 135 317 142 67 0 23 326 140 51
Binary 100 1011101 11001111 1100010 110111 0 10011 11010110 1100000 101001

Color Harmonies of #045DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045DCF

Black with #045DCF

Text Example


Text Example

White with #045DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,93,207); }

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

background-color css

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

 a { background-color: rgb(4,93,207); }

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

border-color css

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

 span { border-color: rgb(4,93,207); }

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