Html Css Color HEX #040EBC Medium Blue

📋 copy color: '#040EBC'

red 4 ◦ green 14 ◦ blue 188

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

Shades of Medium Blue #040EBC

Tints of Medium Blue #040EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.8%

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

R = 1.94%
G = 6.8%
B = 91.26%

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

#040EBC (or 0x040EBC) is known color: Medium Blue. HEX triplet: 04, 0E and BC. RGB value is (4,14,188). Sum of RGB (Red+Green+Blue) = 4+14+188=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 188 (73.83% from 255 or 91.26% from 206); Max value from RGB is 188 - color contains mainly: blue. Hex color #040EBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040EBC is #FBF143. Grayscale: #1E1E1E. Windows color (decimal): -16511300 or 12324356. OLE color: 12324356.

HSL color Cylindrical-coordinate representation of color #040EBC: hue angle of 236.74º 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 #040EBC is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 14 188 -
CMYK 0.98 0.93 0 0.26
HSL 236.74º 0.96% 0.38% -
HSV(B) 236.74º 0.98% 0.74% -
XYZ 9.28 3.97 47.85 -
YUV 30.85 216.69 108.85 -
System Red Green Blue C M Y K H S L
Decimal 4 14 188 0.98 0.93 0 0.26 236.74 0.96 0.38
Hex 4 E BC 62 5D 0 1A ED 60 26
Octal 4 16 274 142 135 0 32 355 140 46
Binary 100 1110 10111100 1100010 1011101 0 11010 11101101 1100000 100110

Color Harmonies of #040EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040EBC

Black with #040EBC

Text Example


Text Example

White with #040EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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