Html Css Color HEX #046ECB Navy Blue

📋 copy color: '#046ECB'

red 4 ◦ green 110 ◦ blue 203

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

Shades of Navy Blue #046ECB

Tints of Navy Blue #046ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.7%

 BLUE value IS 203 (79.69% from 255) = 64.04%

R = 1.26%
G = 34.7%
B = 64.04%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#046ECB (or 0x046ECB) is known color: Navy Blue. HEX triplet: 04, 6E and CB. RGB value is (4,110,203). Sum of RGB (Red+Green+Blue) = 4+110+203=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #046ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046ECB is #FB9134. Grayscale: #585858. Windows color (decimal): -16486709 or 13331972. OLE color: 13331972.

HSL color Cylindrical-coordinate representation of color #046ECB: hue angle of 208.04º 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 #046ECB is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 110 203 -
CMYK 0.98 0.46 0 0.20
HSL 208.04º 0.96% 0.41% -
HSV(B) 208.04º 0.98% 0.8% -
XYZ 16.41 15.49 58.63 -
YUV 88.91 192.38 67.44 -
System Red Green Blue C M Y K H S L
Decimal 4 110 203 0.98 0.46 0 0.20 208.04 0.96 0.41
Hex 4 6E CB 62 2E 0 14 D0 60 29
Octal 4 156 313 142 56 0 24 320 140 51
Binary 100 1101110 11001011 1100010 101110 0 10100 11010000 1100000 101001

Color Harmonies of #046ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046ECB

Black with #046ECB

Text Example


Text Example

White with #046ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,110,203); }

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

background-color css

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

 a { background-color: rgb(4,110,203); }

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

border-color css

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

 span { border-color: rgb(4,110,203); }

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