Html Css Color HEX #046FC0 Navy Blue

📋 copy color: '#046FC0'

red 4 ◦ green 111 ◦ blue 192

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

Shades of Navy Blue #046FC0

Tints of Navy Blue #046FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 62.54%

R = 1.3%
G = 36.16%
B = 62.54%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#046FC0 (or 0x046FC0) is known color: Navy Blue. HEX triplet: 04, 6F and C0. RGB value is (4,111,192). Sum of RGB (Red+Green+Blue) = 4+111+192=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #046FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FC0 is #FB903F. Grayscale: #575757. Windows color (decimal): -16486464 or 12611332. OLE color: 12611332.

HSL color Cylindrical-coordinate representation of color #046FC0: hue angle of 205.85º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FC0 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 111 192 -
CMYK 0.98 0.42 0 0.25
HSL 205.85º 0.96% 0.38% -
HSV(B) 205.85º 0.98% 0.75% -
XYZ 15.25 15.2 52 -
YUV 88.24 186.55 67.91 -
System Red Green Blue C M Y K H S L
Decimal 4 111 192 0.98 0.42 0 0.25 205.85 0.96 0.38
Hex 4 6F C0 62 2A 0 19 CE 60 26
Octal 4 157 300 142 52 0 31 316 140 46
Binary 100 1101111 11000000 1100010 101010 0 11001 11001110 1100000 100110

Color Harmonies of #046FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FC0

Black with #046FC0

Text Example


Text Example

White with #046FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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