Html Css Color HEX #040FB6 Medium Blue

📋 copy color: '#040FB6'

red 4 ◦ green 15 ◦ blue 182

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

Shades of Medium Blue #040FB6

Tints of Medium Blue #040FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 90.55%

R = 1.99%
G = 7.46%
B = 90.55%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#040FB6 (or 0x040FB6) is known color: Medium Blue. HEX triplet: 04, 0F and B6. RGB value is (4,15,182). Sum of RGB (Red+Green+Blue) = 4+15+182=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 182 (71.48% from 255 or 90.55% from 201); Max value from RGB is 182 - color contains mainly: blue. Hex color #040FB6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040FB6 is #FBF049. Grayscale: #1E1E1E. Windows color (decimal): -16511050 or 11931396. OLE color: 11931396.

HSL color Cylindrical-coordinate representation of color #040FB6: hue angle of 236.29º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040FB6 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 4 15 182 -
CMYK 0.98 0.92 0 0.29
HSL 236.29º 0.96% 0.36% -
HSV(B) 236.29º 0.98% 0.71% -
XYZ 8.66 3.74 44.52 -
YUV 30.75 213.36 108.92 -
System Red Green Blue C M Y K H S L
Decimal 4 15 182 0.98 0.92 0 0.29 236.29 0.96 0.36
Hex 4 F B6 62 5C 0 1D EC 60 24
Octal 4 17 266 142 134 0 35 354 140 44
Binary 100 1111 10110110 1100010 1011100 0 11101 11101100 1100000 100100

Color Harmonies of #040FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040FB6

Black with #040FB6

Text Example


Text Example

White with #040FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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