Html Css Color HEX #045BEA Navy Blue

📋 copy color: '#045BEA'

red 4 ◦ green 91 ◦ blue 234

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

Shades of Navy Blue #045BEA

Tints of Navy Blue #045BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 71.12%

R = 1.22%
G = 27.66%
B = 71.12%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#045BEA (or 0x045BEA) is known color: Navy Blue. HEX triplet: 04, 5B and EA. RGB value is (4,91,234). Sum of RGB (Red+Green+Blue) = 4+91+234=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #045BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045BEA is #FBA415. Grayscale: #505050. Windows color (decimal): -16491542 or 15358724. OLE color: 15358724.

HSL color Cylindrical-coordinate representation of color #045BEA: hue angle of 217.3º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045BEA is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 91 234 -
CMYK 0.98 0.61 0 0.08
HSL 217.3º 0.97% 0.47% -
HSV(B) 217.3º 0.98% 0.92% -
XYZ 18.64 13.45 79.46 -
YUV 81.29 214.18 72.87 -
System Red Green Blue C M Y K H S L
Decimal 4 91 234 0.98 0.61 0 0.08 217.3 0.97 0.47
Hex 4 5B EA 62 3D 0 8 D9 61 2F
Octal 4 133 352 142 75 0 10 331 141 57
Binary 100 1011011 11101010 1100010 111101 0 1000 11011001 1100001 101111

Color Harmonies of #045BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045BEA

Black with #045BEA

Text Example


Text Example

White with #045BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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