Html Css Color HEX #045BEB Navy Blue

📋 copy color: '#045BEB'

red 4 ◦ green 91 ◦ blue 235

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

Shades of Navy Blue #045BEB

Tints of Navy Blue #045BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 71.21%

R = 1.21%
G = 27.58%
B = 71.21%

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

#045BEB (or 0x045BEB) is known color: Navy Blue. HEX triplet: 04, 5B and EB. RGB value is (4,91,235). Sum of RGB (Red+Green+Blue) = 4+91+235=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #045BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045BEB is #FBA414. Grayscale: #505050. Windows color (decimal): -16491541 or 15424260. OLE color: 15424260.

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

Color convert

RGB 4 91 235 -
CMYK 0.98 0.61 0 0.08
HSL 217.4º 0.97% 0.47% -
HSV(B) 217.4º 0.98% 0.92% -
XYZ 18.79 13.51 80.21 -
YUV 81.4 214.68 72.79 -
System Red Green Blue C M Y K H S L
Decimal 4 91 235 0.98 0.61 0 0.08 217.4 0.97 0.47
Hex 4 5B EB 62 3D 0 8 D9 61 2F
Octal 4 133 353 142 75 0 10 331 141 57
Binary 100 1011011 11101011 1100010 111101 0 1000 11011001 1100001 101111

Color Harmonies of #045BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045BEB

Black with #045BEB

Text Example


Text Example

White with #045BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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