Html Css Color HEX #046CBA Navy Blue

📋 copy color: '#046CBA'

red 4 ◦ green 108 ◦ blue 186

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

Shades of Navy Blue #046CBA

Tints of Navy Blue #046CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.24%

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

R = 1.34%
G = 36.24%
B = 62.42%

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

#046CBA (or 0x046CBA) is known color: Navy Blue. HEX triplet: 04, 6C and BA. RGB value is (4,108,186). Sum of RGB (Red+Green+Blue) = 4+108+186=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #046CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046CBA is #FB9345. Grayscale: #555555. Windows color (decimal): -16487238 or 12217348. OLE color: 12217348.

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

Color convert

RGB 4 108 186 -
CMYK 0.98 0.42 0 0.27
HSL 205.71º 0.96% 0.37% -
HSV(B) 205.71º 0.98% 0.73% -
XYZ 14.28 14.3 48.46 -
YUV 85.8 184.54 69.66 -
System Red Green Blue C M Y K H S L
Decimal 4 108 186 0.98 0.42 0 0.27 205.71 0.96 0.37
Hex 4 6C BA 62 2A 0 1B CE 60 25
Octal 4 154 272 142 52 0 33 316 140 45
Binary 100 1101100 10111010 1100010 101010 0 11011 11001110 1100000 100101

Color Harmonies of #046CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046CBA

Black with #046CBA

Text Example


Text Example

White with #046CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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