Html Css Color HEX #045BC1 Navy Blue

📋 copy color: '#045BC1'

red 4 ◦ green 91 ◦ blue 193

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

Shades of Navy Blue #045BC1

Tints of Navy Blue #045BC1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.6%

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

R = 1.39%
G = 31.6%
B = 67.01%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#045BC1 (or 0x045BC1) is known color: Navy Blue. HEX triplet: 04, 5B and C1. RGB value is (4,91,193). Sum of RGB (Red+Green+Blue) = 4+91+193=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 193 (75.78% from 255 or 67.01% from 288); Max value from RGB is 193 - color contains mainly: blue. Hex color #045BC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045BC1 is #FBA43E. Grayscale: #4C4C4C. Windows color (decimal): -16491583 or 12671748. OLE color: 12671748.

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

Color convert

RGB 4 91 193 -
CMYK 0.98 0.53 0 0.24
HSL 212.38º 0.96% 0.39% -
HSV(B) 212.38º 0.98% 0.76% -
XYZ 13.42 11.36 51.94 -
YUV 76.62 193.68 76.21 -
System Red Green Blue C M Y K H S L
Decimal 4 91 193 0.98 0.53 0 0.24 212.38 0.96 0.39
Hex 4 5B C1 62 35 0 18 D4 60 27
Octal 4 133 301 142 65 0 30 324 140 47
Binary 100 1011011 11000001 1100010 110101 0 11000 11010100 1100000 100111

Color Harmonies of #045BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045BC1

Black with #045BC1

Text Example


Text Example

White with #045BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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