Html Css Color HEX #040BB6 Medium Blue

📋 copy color: '#040BB6'

red 4 ◦ green 11 ◦ blue 182

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

Shades of Medium Blue #040BB6

Tints of Medium Blue #040BB6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.58%

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

R = 2.03%
G = 5.58%
B = 92.39%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#040BB6 (or 0x040BB6) is known color: Medium Blue. HEX triplet: 04, 0B and B6. RGB value is (4,11,182). Sum of RGB (Red+Green+Blue) = 4+11+182=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 182 (71.48% from 255 or 92.39% from 197); Max value from RGB is 182 - color contains mainly: blue. Hex color #040BB6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040BB6 is #FBF449. Grayscale: #1B1B1B. Windows color (decimal): -16512074 or 11930372. OLE color: 11930372.

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

Color convert

RGB 4 11 182 -
CMYK 0.98 0.94 0 0.29
HSL 237.64º 0.96% 0.36% -
HSV(B) 237.64º 0.98% 0.71% -
XYZ 8.61 3.64 44.51 -
YUV 28.4 214.68 110.6 -
System Red Green Blue C M Y K H S L
Decimal 4 11 182 0.98 0.94 0 0.29 237.64 0.96 0.36
Hex 4 B B6 62 5E 0 1D EE 60 24
Octal 4 13 266 142 136 0 35 356 140 44
Binary 100 1011 10110110 1100010 1011110 0 11101 11101110 1100000 100100

Color Harmonies of #040BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040BB6

Black with #040BB6

Text Example


Text Example

White with #040BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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