Html Css Color HEX #0046DC Navy Blue

📋 copy color: '#0046DC'

red 0 ◦ green 70 ◦ blue 220

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

Shades of Navy Blue #0046DC

Tints of Navy Blue #0046DC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 70 (27.73% from 255) = 24.14%

 BLUE value IS 220 (86.33% from 255) = 75.86%

R = 0%
G = 24.14%
B = 75.86%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0046DC (or 0x0046DC) is known color: Navy Blue. HEX triplet: 00, 46 and DC. RGB value is (0,70,220). Sum of RGB (Red+Green+Blue) = 0+70+220=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #0046DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0046DC is #FFB923. Grayscale: #414141. Windows color (decimal): -16759076 or 14435840. OLE color: 14435840.

HSL color Cylindrical-coordinate representation of color #0046DC: hue angle of 220.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0046DC is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 70 220 -
CMYK 1 0.68 0 0.14
HSL 220.91º 1% 0.43% -
HSV(B) 220.91º 1% 0.86% -
XYZ 15.11 9.55 68.76 -
YUV 66.17 214.81 80.8 -
System Red Green Blue C M Y K H S L
Decimal 0 70 220 1 0.68 0 0.14 220.91 1 0.43
Hex 0 46 DC 64 44 0 E DD 64 2B
Octal 0 106 334 144 104 0 16 335 144 53
Binary 0 1000110 11011100 1100100 1000100 0 1110 11011101 1100100 101011

Color Harmonies of #0046DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0046DC

Black with #0046DC

Text Example


Text Example

White with #0046DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0046DC; }

 p { color: rgb(0,70,220); }

 H1.HeaderClassName
 {
   color: #0046DC;
 }
 .AnyTagClassName
 {
   color: #0046DC;
 }
</style>

background-color css

<style>
 a { background-color: #0046DC; }

 a { background-color: rgb(0,70,220); }

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

border-color css

<style>
 span { border-color: #0046DC; }

 span { border-color: rgb(0,70,220); }

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