Html Css Color HEX #045BEE Navy Blue

📋 copy color: '#045BEE'

red 4 ◦ green 91 ◦ blue 238

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

Shades of Navy Blue #045BEE

Tints of Navy Blue #045BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 71.47%

R = 1.2%
G = 27.33%
B = 71.47%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#045BEE (or 0x045BEE) is known color: Navy Blue. HEX triplet: 04, 5B and EE. RGB value is (4,91,238). Sum of RGB (Red+Green+Blue) = 4+91+238=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #045BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045BEE is #FBA411. Grayscale: #515151. Windows color (decimal): -16491538 or 15620868. OLE color: 15620868.

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

Color convert

RGB 4 91 238 -
CMYK 0.98 0.62 0 0.07
HSL 217.69º 0.97% 0.47% -
HSV(B) 217.69º 0.98% 0.93% -
XYZ 19.22 13.68 82.52 -
YUV 81.75 216.18 72.55 -
System Red Green Blue C M Y K H S L
Decimal 4 91 238 0.98 0.62 0 0.07 217.69 0.97 0.47
Hex 4 5B EE 62 3E 0 7 DA 61 2F
Octal 4 133 356 142 76 0 7 332 141 57
Binary 100 1011011 11101110 1100010 111110 0 111 11011010 1100001 101111

Color Harmonies of #045BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045BEE

Black with #045BEE

Text Example


Text Example

White with #045BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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