Html Css Color HEX #045EFA Navy Blue

📋 copy color: '#045EFA'

red 4 ◦ green 94 ◦ blue 250

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

Shades of Navy Blue #045EFA

Tints of Navy Blue #045EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.01%

 BLUE value IS 250 (98.05% from 255) = 71.84%

R = 1.15%
G = 27.01%
B = 71.84%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#045EFA (or 0x045EFA) is known color: Navy Blue. HEX triplet: 04, 5E and FA. RGB value is (4,94,250). Sum of RGB (Red+Green+Blue) = 4+94+250=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #045EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045EFA is #FBA105. Grayscale: #545454. Windows color (decimal): -16490758 or 16408068. OLE color: 16408068.

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

Color convert

RGB 4 94 250 -
CMYK 0.98 0.62 0 0.02
HSL 218.05º 0.97% 0.5% -
HSV(B) 218.05º 0.98% 0.98% -
XYZ 21.31 14.93 92.2 -
YUV 84.87 221.18 70.32 -
System Red Green Blue C M Y K H S L
Decimal 4 94 250 0.98 0.62 0 0.02 218.05 0.97 0.5
Hex 4 5E FA 62 3E 0 2 DA 61 32
Octal 4 136 372 142 76 0 2 332 141 62
Binary 100 1011110 11111010 1100010 111110 0 10 11011010 1100001 110010

Color Harmonies of #045EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045EFA

Black with #045EFA

Text Example


Text Example

White with #045EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,94,250); }

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

background-color css

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

 a { background-color: rgb(4,94,250); }

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

border-color css

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

 span { border-color: rgb(4,94,250); }

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