Html Css Color HEX #045CCD Navy Blue

📋 copy color: '#045CCD'

red 4 ◦ green 92 ◦ blue 205

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

Shades of Navy Blue #045CCD

Tints of Navy Blue #045CCD

RGB

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

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

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

R = 1.33%
G = 30.56%
B = 68.11%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#045CCD (or 0x045CCD) is known color: Navy Blue. HEX triplet: 04, 5C and CD. RGB value is (4,92,205). Sum of RGB (Red+Green+Blue) = 4+92+205=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #045CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045CCD is #FBA332. Grayscale: #4E4E4E. Windows color (decimal): -16491315 or 13458436. OLE color: 13458436.

HSL color Cylindrical-coordinate representation of color #045CCD: hue angle of 213.73º 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 #045CCD is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 92 205 -
CMYK 0.98 0.55 0 0.20
HSL 213.73º 0.96% 0.41% -
HSV(B) 213.73º 0.98% 0.8% -
XYZ 14.9 12.09 59.31 -
YUV 78.57 199.35 74.81 -
System Red Green Blue C M Y K H S L
Decimal 4 92 205 0.98 0.55 0 0.20 213.73 0.96 0.41
Hex 4 5C CD 62 37 0 14 D6 60 29
Octal 4 134 315 142 67 0 24 326 140 51
Binary 100 1011100 11001101 1100010 110111 0 10100 11010110 1100000 101001

Color Harmonies of #045CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045CCD

Black with #045CCD

Text Example


Text Example

White with #045CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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