Html Css Color HEX #045FBF Navy Blue

📋 copy color: '#045FBF'

red 4 ◦ green 95 ◦ blue 191

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

Shades of Navy Blue #045FBF

Tints of Navy Blue #045FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 65.86%

R = 1.38%
G = 32.76%
B = 65.86%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#045FBF (or 0x045FBF) is known color: Navy Blue. HEX triplet: 04, 5F and BF. RGB value is (4,95,191). Sum of RGB (Red+Green+Blue) = 4+95+191=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #045FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045FBF is #FBA040. Grayscale: #4E4E4E. Windows color (decimal): -16490561 or 12541700. OLE color: 12541700.

HSL color Cylindrical-coordinate representation of color #045FBF: hue angle of 210.8º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045FBF is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 95 191 -
CMYK 0.98 0.50 0 0.25
HSL 210.8º 0.96% 0.38% -
HSV(B) 210.8º 0.98% 0.75% -
XYZ 13.55 11.97 50.89 -
YUV 78.74 191.35 74.69 -
System Red Green Blue C M Y K H S L
Decimal 4 95 191 0.98 0.50 0 0.25 210.8 0.96 0.38
Hex 4 5F BF 62 32 0 19 D3 60 26
Octal 4 137 277 142 62 0 31 323 140 46
Binary 100 1011111 10111111 1100010 110010 0 11001 11010011 1100000 100110

Color Harmonies of #045FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045FBF

Black with #045FBF

Text Example


Text Example

White with #045FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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