Html Css Color HEX #0406BC Medium Blue

📋 copy color: '#0406BC'

red 4 ◦ green 6 ◦ blue 188

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

Shades of Medium Blue #0406BC

Tints of Medium Blue #0406BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.03%

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

R = 2.02%
G = 3.03%
B = 94.95%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0406BC (or 0x0406BC) is known color: Medium Blue. HEX triplet: 04, 06 and BC. RGB value is (4,6,188). Sum of RGB (Red+Green+Blue) = 4+6+188=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 188 (73.83% from 255 or 94.95% from 198); Max value from RGB is 188 - color contains mainly: blue. Hex color #0406BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0406BC is #FBF943. Grayscale: #191919. Windows color (decimal): -16513348 or 12322308. OLE color: 12322308.

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

Color convert

RGB 4 6 188 -
CMYK 0.98 0.97 0 0.26
HSL 239.35º 0.96% 0.38% -
HSV(B) 239.35º 0.98% 0.74% -
XYZ 9.19 3.79 47.82 -
YUV 26.15 219.34 112.2 -
System Red Green Blue C M Y K H S L
Decimal 4 6 188 0.98 0.97 0 0.26 239.35 0.96 0.38
Hex 4 6 BC 62 61 0 1A EF 60 26
Octal 4 6 274 142 141 0 32 357 140 46
Binary 100 110 10111100 1100010 1100001 0 11010 11101111 1100000 100110

Color Harmonies of #0406BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0406BC

Black with #0406BC

Text Example


Text Example

White with #0406BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0406BC; }

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

 H1.HeaderClassName
 {
   color: #0406BC;
 }
 .AnyTagClassName
 {
   color: #0406BC;
 }
</style>

background-color css

<style>
 a { background-color: #0406BC; }

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

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

border-color css

<style>
 span { border-color: #0406BC; }

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

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