Html Css Color HEX #045CC1 Navy Blue

📋 copy color: '#045CC1'

red 4 ◦ green 92 ◦ blue 193

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

Shades of Navy Blue #045CC1

Tints of Navy Blue #045CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 66.78%

R = 1.38%
G = 31.83%
B = 66.78%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#045CC1 (or 0x045CC1) is known color: Navy Blue. HEX triplet: 04, 5C and C1. RGB value is (4,92,193). Sum of RGB (Red+Green+Blue) = 4+92+193=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 193 (75.78% from 255 or 66.78% from 289); Max value from RGB is 193 - color contains mainly: blue. Hex color #045CC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045CC1 is #FBA33E. Grayscale: #4C4C4C. Windows color (decimal): -16491327 or 12672004. OLE color: 12672004.

HSL color Cylindrical-coordinate representation of color #045CC1: hue angle of 212.06º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045CC1 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 92 193 -
CMYK 0.98 0.52 0 0.24
HSL 212.06º 0.96% 0.39% -
HSV(B) 212.06º 0.98% 0.76% -
XYZ 13.5 11.53 51.97 -
YUV 77.2 193.35 75.79 -
System Red Green Blue C M Y K H S L
Decimal 4 92 193 0.98 0.52 0 0.24 212.06 0.96 0.39
Hex 4 5C C1 62 34 0 18 D4 60 27
Octal 4 134 301 142 64 0 30 324 140 47
Binary 100 1011100 11000001 1100010 110100 0 11000 11010100 1100000 100111

Color Harmonies of #045CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045CC1

Black with #045CC1

Text Example


Text Example

White with #045CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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