Html Css Color HEX #046FCD Navy Blue

📋 copy color: '#046FCD'

red 4 ◦ green 111 ◦ blue 205

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

Shades of Navy Blue #046FCD

Tints of Navy Blue #046FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.69%

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

R = 1.25%
G = 34.69%
B = 64.06%

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

#046FCD (or 0x046FCD) is known color: Navy Blue. HEX triplet: 04, 6F and CD. RGB value is (4,111,205). Sum of RGB (Red+Green+Blue) = 4+111+205=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #046FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FCD is #FB9032. Grayscale: #595959. Windows color (decimal): -16486451 or 13463300. OLE color: 13463300.

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

Color convert

RGB 4 111 205 -
CMYK 0.98 0.46 0 0.20
HSL 208.06º 0.96% 0.41% -
HSV(B) 208.06º 0.98% 0.8% -
XYZ 16.75 15.8 59.92 -
YUV 89.72 193.05 66.86 -
System Red Green Blue C M Y K H S L
Decimal 4 111 205 0.98 0.46 0 0.20 208.06 0.96 0.41
Hex 4 6F CD 62 2E 0 14 D0 60 29
Octal 4 157 315 142 56 0 24 320 140 51
Binary 100 1101111 11001101 1100010 101110 0 10100 11010000 1100000 101001

Color Harmonies of #046FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FCD

Black with #046FCD

Text Example


Text Example

White with #046FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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