Html Css Color HEX #045CBF Navy Blue

📋 copy color: '#045CBF'

red 4 ◦ green 92 ◦ blue 191

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

Shades of Navy Blue #045CBF

Tints of Navy Blue #045CBF

RGB

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

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

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

R = 1.39%
G = 32.06%
B = 66.55%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#045CBF (or 0x045CBF) is known color: Navy Blue. HEX triplet: 04, 5C and BF. RGB value is (4,92,191). Sum of RGB (Red+Green+Blue) = 4+92+191=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #045CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045CBF is #FBA340. Grayscale: #4C4C4C. Windows color (decimal): -16491329 or 12540932. OLE color: 12540932.

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

Color convert

RGB 4 92 191 -
CMYK 0.98 0.52 0 0.25
HSL 211.76º 0.96% 0.38% -
HSV(B) 211.76º 0.98% 0.75% -
XYZ 13.28 11.44 50.8 -
YUV 76.97 192.35 75.95 -
System Red Green Blue C M Y K H S L
Decimal 4 92 191 0.98 0.52 0 0.25 211.76 0.96 0.38
Hex 4 5C BF 62 34 0 19 D4 60 26
Octal 4 134 277 142 64 0 31 324 140 46
Binary 100 1011100 10111111 1100010 110100 0 11001 11010100 1100000 100110

Color Harmonies of #045CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045CBF

Black with #045CBF

Text Example


Text Example

White with #045CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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