Html Css Color HEX #046ACD Navy Blue

📋 copy color: '#046ACD'

red 4 ◦ green 106 ◦ blue 205

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

Shades of Navy Blue #046ACD

Tints of Navy Blue #046ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.08%

R = 1.27%
G = 33.65%
B = 65.08%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#046ACD (or 0x046ACD) is known color: Navy Blue. HEX triplet: 04, 6A and CD. RGB value is (4,106,205). Sum of RGB (Red+Green+Blue) = 4+106+205=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #046ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046ACD is #FB9532. Grayscale: #565656. Windows color (decimal): -16487731 or 13462020. OLE color: 13462020.

HSL color Cylindrical-coordinate representation of color #046ACD: hue angle of 209.55º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046ACD is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 106 205 -
CMYK 0.98 0.48 0 0.20
HSL 209.55º 0.96% 0.41% -
HSV(B) 209.55º 0.98% 0.8% -
XYZ 16.22 14.74 59.75 -
YUV 86.79 194.71 68.95 -
System Red Green Blue C M Y K H S L
Decimal 4 106 205 0.98 0.48 0 0.20 209.55 0.96 0.41
Hex 4 6A CD 62 30 0 14 D2 60 29
Octal 4 152 315 142 60 0 24 322 140 51
Binary 100 1101010 11001101 1100010 110000 0 10100 11010010 1100000 101001

Color Harmonies of #046ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046ACD

Black with #046ACD

Text Example


Text Example

White with #046ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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