Html Css Color HEX #046AD7 Navy Blue

📋 copy color: '#046AD7'

red 4 ◦ green 106 ◦ blue 215

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

Shades of Navy Blue #046AD7

Tints of Navy Blue #046AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 66.15%

R = 1.23%
G = 32.62%
B = 66.15%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#046AD7 (or 0x046AD7) is known color: Navy Blue. HEX triplet: 04, 6A and D7. RGB value is (4,106,215). Sum of RGB (Red+Green+Blue) = 4+106+215=325 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 215 (84.38% from 255 or 66.15% from 325); Max value from RGB is 215 - color contains mainly: blue. Hex color #046AD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046AD7 is #FB9528. Grayscale: #575757. Windows color (decimal): -16487721 or 14117380. OLE color: 14117380.

HSL color Cylindrical-coordinate representation of color #046AD7: hue angle of 211º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046AD7 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 4 106 215 -
CMYK 0.98 0.51 0 0.16
HSL 211º 0.96% 0.43% -
HSV(B) 211º 0.98% 0.84% -
XYZ 17.47 15.24 66.31 -
YUV 87.93 199.71 68.14 -
System Red Green Blue C M Y K H S L
Decimal 4 106 215 0.98 0.51 0 0.16 211 0.96 0.43
Hex 4 6A D7 62 33 0 10 D3 60 2B
Octal 4 152 327 142 63 0 20 323 140 53
Binary 100 1101010 11010111 1100010 110011 0 10000 11010011 1100000 101011

Color Harmonies of #046AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046AD7

Black with #046AD7

Text Example


Text Example

White with #046AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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