Html Css Color HEX #040DBA Medium Blue

📋 copy color: '#040DBA'

red 4 ◦ green 13 ◦ blue 186

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

Shades of Medium Blue #040DBA

Tints of Medium Blue #040DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 91.63%

R = 1.97%
G = 6.4%
B = 91.63%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#040DBA (or 0x040DBA) is known color: Medium Blue. HEX triplet: 04, 0D and BA. RGB value is (4,13,186). Sum of RGB (Red+Green+Blue) = 4+13+186=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 186 (73.05% from 255 or 91.63% from 203); Max value from RGB is 186 - color contains mainly: blue. Hex color #040DBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040DBA is #FBF245. Grayscale: #1D1D1D. Windows color (decimal): -16511558 or 12193028. OLE color: 12193028.

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

Color convert

RGB 4 13 186 -
CMYK 0.98 0.93 0 0.27
HSL 237.03º 0.96% 0.37% -
HSV(B) 237.03º 0.98% 0.73% -
XYZ 9.06 3.86 46.72 -
YUV 30.03 216.02 109.43 -
System Red Green Blue C M Y K H S L
Decimal 4 13 186 0.98 0.93 0 0.27 237.03 0.96 0.37
Hex 4 D BA 62 5D 0 1B ED 60 25
Octal 4 15 272 142 135 0 33 355 140 45
Binary 100 1101 10111010 1100010 1011101 0 11011 11101101 1100000 100101

Color Harmonies of #040DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040DBA

Black with #040DBA

Text Example


Text Example

White with #040DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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