Html Css Color HEX #046DCE Navy Blue

📋 copy color: '#046DCE'

red 4 ◦ green 109 ◦ blue 206

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

Shades of Navy Blue #046DCE

Tints of Navy Blue #046DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

 BLUE value IS 206 (80.86% from 255) = 64.58%

R = 1.25%
G = 34.17%
B = 64.58%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#046DCE (or 0x046DCE) is known color: Navy Blue. HEX triplet: 04, 6D and CE. RGB value is (4,109,206). Sum of RGB (Red+Green+Blue) = 4+109+206=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #046DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046DCE is #FB9231. Grayscale: #585858. Windows color (decimal): -16486962 or 13528324. OLE color: 13528324.

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

Color convert

RGB 4 109 206 -
CMYK 0.98 0.47 0 0.19
HSL 208.81º 0.96% 0.41% -
HSV(B) 208.81º 0.98% 0.81% -
XYZ 16.66 15.42 60.49 -
YUV 88.66 194.21 67.61 -
System Red Green Blue C M Y K H S L
Decimal 4 109 206 0.98 0.47 0 0.19 208.81 0.96 0.41
Hex 4 6D CE 62 2F 0 13 D1 60 29
Octal 4 155 316 142 57 0 23 321 140 51
Binary 100 1101101 11001110 1100010 101111 0 10011 11010001 1100000 101001

Color Harmonies of #046DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046DCE

Black with #046DCE

Text Example


Text Example

White with #046DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,109,206); }

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

background-color css

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

 a { background-color: rgb(4,109,206); }

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

border-color css

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

 span { border-color: rgb(4,109,206); }

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