Html Css Color HEX #045BF6 Navy Blue

📋 copy color: '#045BF6'

red 4 ◦ green 91 ◦ blue 246

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

Shades of Navy Blue #045BF6

Tints of Navy Blue #045BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 72.14%

R = 1.17%
G = 26.69%
B = 72.14%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#045BF6 (or 0x045BF6) is known color: Navy Blue. HEX triplet: 04, 5B and F6. RGB value is (4,91,246). Sum of RGB (Red+Green+Blue) = 4+91+246=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 246 (96.48% from 255 or 72.14% from 341); Max value from RGB is 246 - color contains mainly: blue. Hex color #045BF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045BF6 is #FBA409. Grayscale: #515151. Windows color (decimal): -16491530 or 16145156. OLE color: 16145156.

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

Color convert

RGB 4 91 246 -
CMYK 0.98 0.63 0 0.04
HSL 218.43º 0.97% 0.49% -
HSV(B) 218.43º 0.98% 0.96% -
XYZ 20.43 14.16 88.85 -
YUV 82.66 220.18 71.9 -
System Red Green Blue C M Y K H S L
Decimal 4 91 246 0.98 0.63 0 0.04 218.43 0.97 0.49
Hex 4 5B F6 62 3F 0 4 DA 61 31
Octal 4 133 366 142 77 0 4 332 141 61
Binary 100 1011011 11110110 1100010 111111 0 100 11011010 1100001 110001

Color Harmonies of #045BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045BF6

Black with #045BF6

Text Example


Text Example

White with #045BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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