Html Css Color HEX #040FBA Medium Blue

📋 copy color: '#040FBA'

red 4 ◦ green 15 ◦ blue 186

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

Shades of Medium Blue #040FBA

Tints of Medium Blue #040FBA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.32%

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

R = 1.95%
G = 7.32%
B = 90.73%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#040FBA (or 0x040FBA) is known color: Medium Blue. HEX triplet: 04, 0F and BA. RGB value is (4,15,186). Sum of RGB (Red+Green+Blue) = 4+15+186=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 186 (73.05% from 255 or 90.73% from 205); Max value from RGB is 186 - color contains mainly: blue. Hex color #040FBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040FBA is #FBF045. Grayscale: #1E1E1E. Windows color (decimal): -16511046 or 12193540. OLE color: 12193540.

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

Color convert

RGB 4 15 186 -
CMYK 0.98 0.92 0 0.27
HSL 236.37º 0.96% 0.37% -
HSV(B) 236.37º 0.98% 0.73% -
XYZ 9.08 3.91 46.73 -
YUV 31.21 215.36 108.6 -
System Red Green Blue C M Y K H S L
Decimal 4 15 186 0.98 0.92 0 0.27 236.37 0.96 0.37
Hex 4 F BA 62 5C 0 1B EC 60 25
Octal 4 17 272 142 134 0 33 354 140 45
Binary 100 1111 10111010 1100010 1011100 0 11011 11101100 1100000 100101

Color Harmonies of #040FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040FBA

Black with #040FBA

Text Example


Text Example

White with #040FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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