Html Css Color HEX #045DFC Navy Blue

📋 copy color: '#045DFC'

red 4 ◦ green 93 ◦ blue 252

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

Shades of Navy Blue #045DFC

Tints of Navy Blue #045DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.65%

 BLUE value IS 252 (98.83% from 255) = 72.21%

R = 1.15%
G = 26.65%
B = 72.21%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#045DFC (or 0x045DFC) is known color: Navy Blue. HEX triplet: 04, 5D and FC. RGB value is (4,93,252). Sum of RGB (Red+Green+Blue) = 4+93+252=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 252 (98.83% from 255 or 72.21% from 349); Max value from RGB is 252 - color contains mainly: blue. Hex color #045DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045DFC is #FBA203. Grayscale: #535353. Windows color (decimal): -16491012 or 16538884. OLE color: 16538884.

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

Color convert

RGB 4 93 252 -
CMYK 0.98 0.63 0 0.01
HSL 218.47º 0.98% 0.5% -
HSV(B) 218.47º 0.98% 0.99% -
XYZ 21.54 14.88 93.83 -
YUV 84.52 222.51 70.57 -
System Red Green Blue C M Y K H S L
Decimal 4 93 252 0.98 0.63 0 0.01 218.47 0.98 0.5
Hex 4 5D FC 62 3F 0 1 DA 62 32
Octal 4 135 374 142 77 0 1 332 142 62
Binary 100 1011101 11111100 1100010 111111 0 1 11011010 1100010 110010

Color Harmonies of #045DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045DFC

Black with #045DFC

Text Example


Text Example

White with #045DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,93,252); }

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

background-color css

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

 a { background-color: rgb(4,93,252); }

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

border-color css

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

 span { border-color: rgb(4,93,252); }

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