Html Css Color HEX #045DFB Navy Blue

📋 copy color: '#045DFB'

red 4 ◦ green 93 ◦ blue 251

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

Shades of Navy Blue #045DFB

Tints of Navy Blue #045DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 72.13%

R = 1.15%
G = 26.72%
B = 72.13%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#045DFB (or 0x045DFB) is known color: Navy Blue. HEX triplet: 04, 5D and FB. RGB value is (4,93,251). Sum of RGB (Red+Green+Blue) = 4+93+251=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #045DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045DFB is #FBA204. Grayscale: #535353. Windows color (decimal): -16491013 or 16473348. OLE color: 16473348.

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

Color convert

RGB 4 93 251 -
CMYK 0.98 0.63 0 0.02
HSL 218.38º 0.97% 0.5% -
HSV(B) 218.38º 0.98% 0.98% -
XYZ 21.38 14.82 93 -
YUV 84.4 222.01 70.65 -
System Red Green Blue C M Y K H S L
Decimal 4 93 251 0.98 0.63 0 0.02 218.38 0.97 0.5
Hex 4 5D FB 62 3F 0 2 DA 61 32
Octal 4 135 373 142 77 0 2 332 141 62
Binary 100 1011101 11111011 1100010 111111 0 10 11011010 1100001 110010

Color Harmonies of #045DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045DFB

Black with #045DFB

Text Example


Text Example

White with #045DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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