Html Css Color HEX #045CF6 Navy Blue

📋 copy color: '#045CF6'

red 4 ◦ green 92 ◦ blue 246

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

Shades of Navy Blue #045CF6

Tints of Navy Blue #045CF6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.9%

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

R = 1.17%
G = 26.9%
B = 71.93%

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

#045CF6 (or 0x045CF6) is known color: Navy Blue. HEX triplet: 04, 5C and F6. RGB value is (4,92,246). Sum of RGB (Red+Green+Blue) = 4+92+246=342 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 246 (96.48% from 255 or 71.93% from 342); Max value from RGB is 246 - color contains mainly: blue. Hex color #045CF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045CF6 is #FBA309. Grayscale: #525252. Windows color (decimal): -16491274 or 16145412. OLE color: 16145412.

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

Color convert

RGB 4 92 246 -
CMYK 0.98 0.63 0 0.04
HSL 218.18º 0.97% 0.49% -
HSV(B) 218.18º 0.98% 0.96% -
XYZ 20.51 14.33 88.87 -
YUV 83.24 219.85 71.48 -
System Red Green Blue C M Y K H S L
Decimal 4 92 246 0.98 0.63 0 0.04 218.18 0.97 0.49
Hex 4 5C F6 62 3F 0 4 DA 61 31
Octal 4 134 366 142 77 0 4 332 141 61
Binary 100 1011100 11110110 1100010 111111 0 100 11011010 1100001 110001

Color Harmonies of #045CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045CF6

Black with #045CF6

Text Example


Text Example

White with #045CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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