Html Css Color HEX #040DBC Medium Blue

📋 copy color: '#040DBC'

red 4 ◦ green 13 ◦ blue 188

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

Shades of Medium Blue #040DBC

Tints of Medium Blue #040DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 91.71%

R = 1.95%
G = 6.34%
B = 91.71%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#040DBC (or 0x040DBC) is known color: Medium Blue. HEX triplet: 04, 0D and BC. RGB value is (4,13,188). Sum of RGB (Red+Green+Blue) = 4+13+188=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 188 (73.83% from 255 or 91.71% from 205); Max value from RGB is 188 - color contains mainly: blue. Hex color #040DBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040DBC is #FBF243. Grayscale: #1D1D1D. Windows color (decimal): -16511556 or 12324100. OLE color: 12324100.

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

Color convert

RGB 4 13 188 -
CMYK 0.98 0.93 0 0.26
HSL 237.07º 0.96% 0.38% -
HSV(B) 237.07º 0.98% 0.74% -
XYZ 9.27 3.94 47.85 -
YUV 30.26 217.02 109.27 -
System Red Green Blue C M Y K H S L
Decimal 4 13 188 0.98 0.93 0 0.26 237.07 0.96 0.38
Hex 4 D BC 62 5D 0 1A ED 60 26
Octal 4 15 274 142 135 0 32 355 140 46
Binary 100 1101 10111100 1100010 1011101 0 11010 11101101 1100000 100110

Color Harmonies of #040DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040DBC

Black with #040DBC

Text Example


Text Example

White with #040DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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