Html Css Color HEX #046BBA Navy Blue

📋 copy color: '#046BBA'

red 4 ◦ green 107 ◦ blue 186

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

Shades of Navy Blue #046BBA

Tints of Navy Blue #046BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.03%

 BLUE value IS 186 (73.05% from 255) = 62.63%

R = 1.35%
G = 36.03%
B = 62.63%

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

#046BBA (or 0x046BBA) is known color: Navy Blue. HEX triplet: 04, 6B and BA. RGB value is (4,107,186). Sum of RGB (Red+Green+Blue) = 4+107+186=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #046BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046BBA is #FB9445. Grayscale: #545454. Windows color (decimal): -16487494 or 12217092. OLE color: 12217092.

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

Color convert

RGB 4 107 186 -
CMYK 0.98 0.42 0 0.27
HSL 206.04º 0.96% 0.37% -
HSV(B) 206.04º 0.98% 0.73% -
XYZ 14.17 14.09 48.43 -
YUV 85.21 184.88 70.08 -
System Red Green Blue C M Y K H S L
Decimal 4 107 186 0.98 0.42 0 0.27 206.04 0.96 0.37
Hex 4 6B BA 62 2A 0 1B CE 60 25
Octal 4 153 272 142 52 0 33 316 140 45
Binary 100 1101011 10111010 1100010 101010 0 11011 11001110 1100000 100101

Color Harmonies of #046BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046BBA

Black with #046BBA

Text Example


Text Example

White with #046BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,107,186); }

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

background-color css

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

 a { background-color: rgb(4,107,186); }

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

border-color css

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

 span { border-color: rgb(4,107,186); }

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