Html Css Color HEX #045BDD Navy Blue

📋 copy color: '#045BDD'

red 4 ◦ green 91 ◦ blue 221

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

Shades of Navy Blue #045BDD

Tints of Navy Blue #045BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.94%

R = 1.27%
G = 28.8%
B = 69.94%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#045BDD (or 0x045BDD) is known color: Navy Blue. HEX triplet: 04, 5B and DD. RGB value is (4,91,221). Sum of RGB (Red+Green+Blue) = 4+91+221=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #045BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045BDD is #FBA422. Grayscale: #4F4F4F. Windows color (decimal): -16491555 or 14506756. OLE color: 14506756.

HSL color Cylindrical-coordinate representation of color #045BDD: hue angle of 215.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045BDD is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 91 221 -
CMYK 0.98 0.59 0 0.13
HSL 215.94º 0.96% 0.44% -
HSV(B) 215.94º 0.98% 0.87% -
XYZ 16.84 12.73 69.98 -
YUV 79.81 207.68 73.93 -
System Red Green Blue C M Y K H S L
Decimal 4 91 221 0.98 0.59 0 0.13 215.94 0.96 0.44
Hex 4 5B DD 62 3B 0 D D8 60 2C
Octal 4 133 335 142 73 0 15 330 140 54
Binary 100 1011011 11011101 1100010 111011 0 1101 11011000 1100000 101100

Color Harmonies of #045BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045BDD

Black with #045BDD

Text Example


Text Example

White with #045BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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