Html Css Color HEX #045BCB Navy Blue

📋 copy color: '#045BCB'

red 4 ◦ green 91 ◦ blue 203

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

Shades of Navy Blue #045BCB

Tints of Navy Blue #045BCB

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 value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#045BCB (or 0x045BCB) is known color: 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

RGB 4 91 203 -
CMYK 0.98 0.55 0 0.20
HSL 213.77º 0.96% 0.41% -
HSV(B) 213.77º 0.98% 0.8% -
XYZ 14.57 11.82 58.01 -
YUV 77.76 198.68 75.39 -
System Red Green Blue C M Y K H S L
Decimal 4 91 203 0.98 0.55 0 0.20 213.77 0.96 0.41
Hex 4 5B CB 62 37 0 14 D6 60 29
Octal 4 133 313 142 67 0 24 326 140 51
Binary 100 1011011 11001011 1100010 110111 0 10100 11010110 1100000 101001

Color Harmonies of #045BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045BCB

Black with #045BCB

Text Example


Text Example

White with #045BCB

Text Example


Text Example

HTML Codes & Css Web 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>