#045BCB

Color #045BCB Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #045BCB

Tints of Navy Blue #045BCB

Color information

#045BCB (or 0x045BCB) is unknown color: approx Navy Blue. HEX triplet: 04, 5B and CB. RGB value is (4,91,203). Sum of RGB (Red+Green+Blue) = 4+91+203=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #045BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045BCB is #FBA434. Grayscale: #4D4D4D. Windows color (decimal): -16491573 or 13327108. OLE color: 13327108.

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

Color convert

RGB491203-
CMYK0.980.5500.20
HSL213.77º96.14%40.59%-
HSV(B)213.77º98.03%79.61%-
XYZ14.5711.8258.01-
YUV77.76198.6875.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.34%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 203 (79.69% from 255) = 68.12%
R=1.34%
G=30.54%
B=68.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal4912030.980.5500.20213.7796.1440.59
Hex45BCB6237014d66029
Octal41333131426702432614051
Binary1001011011110010111100010110111010100110101101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #045BCB;
 }
 .AnyTagClassName
 {
   color: #045BCB;
 }
</style>
background-color css

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

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

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

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

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

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