Html Css Color HEX #046ABA Navy Blue

📋 copy color: '#046ABA'

red 4 ◦ green 106 ◦ blue 186

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

Shades of Navy Blue #046ABA

Tints of Navy Blue #046ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.81%

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

R = 1.35%
G = 35.81%
B = 62.84%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#046ABA (or 0x046ABA) is known color: Navy Blue. HEX triplet: 04, 6A and BA. RGB value is (4,106,186). Sum of RGB (Red+Green+Blue) = 4+106+186=296 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #046ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046ABA is #FB9545. Grayscale: #545454. Windows color (decimal): -16487750 or 12216836. OLE color: 12216836.

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

Color convert

RGB 4 106 186 -
CMYK 0.98 0.43 0 0.27
HSL 206.37º 0.96% 0.37% -
HSV(B) 206.37º 0.98% 0.73% -
XYZ 14.07 13.88 48.39 -
YUV 84.62 185.21 70.5 -
System Red Green Blue C M Y K H S L
Decimal 4 106 186 0.98 0.43 0 0.27 206.37 0.96 0.37
Hex 4 6A BA 62 2B 0 1B CE 60 25
Octal 4 152 272 142 53 0 33 316 140 45
Binary 100 1101010 10111010 1100010 101011 0 11011 11001110 1100000 100101

Color Harmonies of #046ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046ABA

Black with #046ABA

Text Example


Text Example

White with #046ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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