Html Css Color HEX #045FFD Navy Blue

📋 copy color: '#045FFD'

red 4 ◦ green 95 ◦ blue 253

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

Shades of Navy Blue #045FFD

Tints of Navy Blue #045FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.99%

 BLUE value IS 253 (99.22% from 255) = 71.88%

R = 1.14%
G = 26.99%
B = 71.88%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#045FFD (or 0x045FFD) is known color: Navy Blue. HEX triplet: 04, 5F and FD. RGB value is (4,95,253). Sum of RGB (Red+Green+Blue) = 4+95+253=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #045FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045FFD is #FBA002. Grayscale: #555555. Windows color (decimal): -16490499 or 16604932. OLE color: 16604932.

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

Color convert

RGB 4 95 253 -
CMYK 0.98 0.62 0 0.01
HSL 218.07º 0.98% 0.5% -
HSV(B) 218.07º 0.98% 0.99% -
XYZ 21.87 15.3 94.73 -
YUV 85.8 222.35 69.65 -
System Red Green Blue C M Y K H S L
Decimal 4 95 253 0.98 0.62 0 0.01 218.07 0.98 0.5
Hex 4 5F FD 62 3E 0 1 DA 62 32
Octal 4 137 375 142 76 0 1 332 142 62
Binary 100 1011111 11111101 1100010 111110 0 1 11011010 1100010 110010

Color Harmonies of #045FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045FFD

Black with #045FFD

Text Example


Text Example

White with #045FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,95,253); }

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

background-color css

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

 a { background-color: rgb(4,95,253); }

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

border-color css

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

 span { border-color: rgb(4,95,253); }

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