Html Css Color HEX #046DB9 Navy Blue

📋 copy color: '#046DB9'

red 4 ◦ green 109 ◦ blue 185

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

Shades of Navy Blue #046DB9

Tints of Navy Blue #046DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.58%

 BLUE value IS 185 (72.66% from 255) = 62.08%

R = 1.34%
G = 36.58%
B = 62.08%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#046DB9 (or 0x046DB9) is known color: Navy Blue. HEX triplet: 04, 6D and B9. RGB value is (4,109,185). Sum of RGB (Red+Green+Blue) = 4+109+185=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 185 (72.66% from 255 or 62.08% from 298); Max value from RGB is 185 - color contains mainly: blue. Hex color #046DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046DB9 is #FB9246. Grayscale: #555555. Windows color (decimal): -16486983 or 12152068. OLE color: 12152068.

HSL color Cylindrical-coordinate representation of color #046DB9: hue angle of 205.19º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046DB9 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 109 185 -
CMYK 0.98 0.41 0 0.27
HSL 205.19º 0.96% 0.37% -
HSV(B) 205.19º 0.98% 0.73% -
XYZ 14.28 14.47 47.94 -
YUV 86.27 183.71 69.32 -
System Red Green Blue C M Y K H S L
Decimal 4 109 185 0.98 0.41 0 0.27 205.19 0.96 0.37
Hex 4 6D B9 62 29 0 1B CD 60 25
Octal 4 155 271 142 51 0 33 315 140 45
Binary 100 1101101 10111001 1100010 101001 0 11011 11001101 1100000 100101

Color Harmonies of #046DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046DB9

Black with #046DB9

Text Example


Text Example

White with #046DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046DB9; }

 p { color: rgb(4,109,185); }

 H1.HeaderClassName
 {
   color: #046DB9;
 }
 .AnyTagClassName
 {
   color: #046DB9;
 }
</style>

background-color css

<style>
 a { background-color: #046DB9; }

 a { background-color: rgb(4,109,185); }

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

border-color css

<style>
 span { border-color: #046DB9; }

 span { border-color: rgb(4,109,185); }

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