Html Css Color HEX #045CED Navy Blue

📋 copy color: '#045CED'

red 4 ◦ green 92 ◦ blue 237

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

Shades of Navy Blue #045CED

Tints of Navy Blue #045CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 71.17%

R = 1.2%
G = 27.63%
B = 71.17%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#045CED (or 0x045CED) is known color: Navy Blue. HEX triplet: 04, 5C and ED. RGB value is (4,92,237). Sum of RGB (Red+Green+Blue) = 4+92+237=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #045CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045CED is #FBA312. Grayscale: #515151. Windows color (decimal): -16491283 or 15555588. OLE color: 15555588.

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

Color convert

RGB 4 92 237 -
CMYK 0.98 0.61 0 0.07
HSL 217.34º 0.97% 0.47% -
HSV(B) 217.34º 0.98% 0.93% -
XYZ 19.16 13.79 81.77 -
YUV 82.22 215.35 72.21 -
System Red Green Blue C M Y K H S L
Decimal 4 92 237 0.98 0.61 0 0.07 217.34 0.97 0.47
Hex 4 5C ED 62 3D 0 7 D9 61 2F
Octal 4 134 355 142 75 0 7 331 141 57
Binary 100 1011100 11101101 1100010 111101 0 111 11011001 1100001 101111

Color Harmonies of #045CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045CED

Black with #045CED

Text Example


Text Example

White with #045CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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