Html Css Color HEX #0046D1 Navy Blue

📋 copy color: '#0046D1'

red 0 ◦ green 70 ◦ blue 209

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

Shades of Navy Blue #0046D1

Tints of Navy Blue #0046D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 74.91%

R = 0%
G = 25.09%
B = 74.91%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0046D1 (or 0x0046D1) is known color: Navy Blue. HEX triplet: 00, 46 and D1. RGB value is (0,70,209). Sum of RGB (Red+Green+Blue) = 0+70+209=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 209 (82.03% from 255 or 74.91% from 279); Max value from RGB is 209 - color contains mainly: blue. Hex color #0046D1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0046D1 is #FFB92E. Grayscale: #404040. Windows color (decimal): -16759087 or 13714944. OLE color: 13714944.

HSL color Cylindrical-coordinate representation of color #0046D1: hue angle of 219.9º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0046D1 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 70 209 -
CMYK 1 0.67 0 0.18
HSL 219.9º 1% 0.41% -
HSV(B) 219.9º 1% 0.82% -
XYZ 13.7 8.98 61.33 -
YUV 64.92 209.31 81.7 -
System Red Green Blue C M Y K H S L
Decimal 0 70 209 1 0.67 0 0.18 219.9 1 0.41
Hex 0 46 D1 64 43 0 12 DC 64 29
Octal 0 106 321 144 103 0 22 334 144 51
Binary 0 1000110 11010001 1100100 1000011 0 10010 11011100 1100100 101001

Color Harmonies of #0046D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0046D1

Black with #0046D1

Text Example


Text Example

White with #0046D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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