Html Css Color HEX #045AF1 Navy Blue

📋 copy color: '#045AF1'

red 4 ◦ green 90 ◦ blue 241

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

Shades of Navy Blue #045AF1

Tints of Navy Blue #045AF1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

 BLUE value IS 241 (94.53% from 255) = 71.94%

R = 1.19%
G = 26.87%
B = 71.94%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#045AF1 (or 0x045AF1) is known color: Navy Blue. HEX triplet: 04, 5A and F1. RGB value is (4,90,241). Sum of RGB (Red+Green+Blue) = 4+90+241=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 241 (94.53% from 255 or 71.94% from 335); Max value from RGB is 241 - color contains mainly: blue. Hex color #045AF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045AF1 is #FBA50E. Grayscale: #505050. Windows color (decimal): -16491791 or 15817220. OLE color: 15817220.

HSL color Cylindrical-coordinate representation of color #045AF1: hue angle of 218.23º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045AF1 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 90 241 -
CMYK 0.98 0.63 0 0.05
HSL 218.23º 0.97% 0.48% -
HSV(B) 218.23º 0.98% 0.95% -
XYZ 19.58 13.69 84.83 -
YUV 81.5 218.01 72.72 -
System Red Green Blue C M Y K H S L
Decimal 4 90 241 0.98 0.63 0 0.05 218.23 0.97 0.48
Hex 4 5A F1 62 3F 0 5 DA 61 30
Octal 4 132 361 142 77 0 5 332 141 60
Binary 100 1011010 11110001 1100010 111111 0 101 11011010 1100001 110000

Color Harmonies of #045AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045AF1

Black with #045AF1

Text Example


Text Example

White with #045AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,90,241); }

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

background-color css

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

 a { background-color: rgb(4,90,241); }

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

border-color css

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

 span { border-color: rgb(4,90,241); }

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