Html Css Color HEX #045CCE Navy Blue

📋 copy color: '#045CCE'

red 4 ◦ green 92 ◦ blue 206

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

Shades of Navy Blue #045CCE

Tints of Navy Blue #045CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.21%

R = 1.32%
G = 30.46%
B = 68.21%

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

#045CCE (or 0x045CCE) is known color: Navy Blue. HEX triplet: 04, 5C and CE. RGB value is (4,92,206). Sum of RGB (Red+Green+Blue) = 4+92+206=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #045CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045CCE is #FBA331. Grayscale: #4E4E4E. Windows color (decimal): -16491314 or 13523972. OLE color: 13523972.

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

Color convert

RGB 4 92 206 -
CMYK 0.98 0.55 0 0.19
HSL 213.86º 0.96% 0.41% -
HSV(B) 213.86º 0.98% 0.81% -
XYZ 15.02 12.14 59.94 -
YUV 78.68 199.85 74.73 -
System Red Green Blue C M Y K H S L
Decimal 4 92 206 0.98 0.55 0 0.19 213.86 0.96 0.41
Hex 4 5C CE 62 37 0 13 D6 60 29
Octal 4 134 316 142 67 0 23 326 140 51
Binary 100 1011100 11001110 1100010 110111 0 10011 11010110 1100000 101001

Color Harmonies of #045CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045CCE

Black with #045CCE

Text Example


Text Example

White with #045CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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