Html Css Color HEX #046DBB Navy Blue

📋 copy color: '#046DBB'

red 4 ◦ green 109 ◦ blue 187

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

Shades of Navy Blue #046DBB

Tints of Navy Blue #046DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.33%

R = 1.33%
G = 36.33%
B = 62.33%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#046DBB (or 0x046DBB) is known color: Navy Blue. HEX triplet: 04, 6D and BB. RGB value is (4,109,187). Sum of RGB (Red+Green+Blue) = 4+109+187=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #046DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046DBB is #FB9244. Grayscale: #565656. Windows color (decimal): -16486981 or 12283140. OLE color: 12283140.

HSL color Cylindrical-coordinate representation of color #046DBB: hue angle of 205.57º 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 #046DBB is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 109 187 -
CMYK 0.98 0.42 0 0.27
HSL 205.57º 0.96% 0.37% -
HSV(B) 205.57º 0.98% 0.73% -
XYZ 14.49 14.55 49.06 -
YUV 86.5 184.71 69.16 -
System Red Green Blue C M Y K H S L
Decimal 4 109 187 0.98 0.42 0 0.27 205.57 0.96 0.37
Hex 4 6D BB 62 2A 0 1B CE 60 25
Octal 4 155 273 142 52 0 33 316 140 45
Binary 100 1101101 10111011 1100010 101010 0 11011 11001110 1100000 100101

Color Harmonies of #046DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046DBB

Black with #046DBB

Text Example


Text Example

White with #046DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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