Html Css Color HEX #040DC6 Medium Blue

📋 copy color: '#040DC6'

red 4 ◦ green 13 ◦ blue 198

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

Shades of Medium Blue #040DC6

Tints of Medium Blue #040DC6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.05%

 BLUE value IS 198 (77.73% from 255) = 92.09%

R = 1.86%
G = 6.05%
B = 92.09%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#040DC6 (or 0x040DC6) is known color: Medium Blue. HEX triplet: 04, 0D and C6. RGB value is (4,13,198). Sum of RGB (Red+Green+Blue) = 4+13+198=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 198 (77.73% from 255 or 92.09% from 215); Max value from RGB is 198 - color contains mainly: blue. Hex color #040DC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040DC6 is #FBF239. Grayscale: #1E1E1E. Windows color (decimal): -16511546 or 12979460. OLE color: 12979460.

HSL color Cylindrical-coordinate representation of color #040DC6: hue angle of 237.22º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040DC6 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 4 13 198 -
CMYK 0.98 0.93 0 0.22
HSL 237.22º 0.96% 0.4% -
HSV(B) 237.22º 0.98% 0.78% -
XYZ 10.39 4.39 53.73 -
YUV 31.4 222.02 108.46 -
System Red Green Blue C M Y K H S L
Decimal 4 13 198 0.98 0.93 0 0.22 237.22 0.96 0.4
Hex 4 D C6 62 5D 0 16 ED 60 28
Octal 4 15 306 142 135 0 26 355 140 50
Binary 100 1101 11000110 1100010 1011101 0 10110 11101101 1100000 101000

Color Harmonies of #040DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040DC6

Black with #040DC6

Text Example


Text Example

White with #040DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040DC6; }

 p { color: rgb(4,13,198); }

 H1.HeaderClassName
 {
   color: #040DC6;
 }
 .AnyTagClassName
 {
   color: #040DC6;
 }
</style>

background-color css

<style>
 a { background-color: #040DC6; }

 a { background-color: rgb(4,13,198); }

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

border-color css

<style>
 span { border-color: #040DC6; }

 span { border-color: rgb(4,13,198); }

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