Html Css Color HEX #0400B6 Medium Blue

📋 copy color: '#0400B6'

red 4 ◦ green 0 ◦ blue 182

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

Shades of Medium Blue #0400B6

Tints of Medium Blue #0400B6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 2.15%
G = 0%
B = 97.85%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0400B6 (or 0x0400B6) is known color: Medium Blue. HEX triplet: 04, 00 and B6. RGB value is (4,0,182). Sum of RGB (Red+Green+Blue) = 4+0+182=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 182 (71.48% from 255 or 97.85% from 186); Max value from RGB is 182 - color contains mainly: blue. Hex color #0400B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0400B6 is #FBFF49. Grayscale: #151515. Windows color (decimal): -16514890 or 11927556. OLE color: 11927556.

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

Color convert

RGB 4 0 182 -
CMYK 0.98 1 0 0.29
HSL 241.32º 1% 0.36% -
HSV(B) 241.32º 1% 0.71% -
XYZ 8.49 3.4 44.47 -
YUV 21.94 218.33 115.2 -
System Red Green Blue C M Y K H S L
Decimal 4 0 182 0.98 1 0 0.29 241.32 1 0.36
Hex 4 0 B6 62 64 0 1D F1 64 24
Octal 4 0 266 142 144 0 35 361 144 44
Binary 100 0 10110110 1100010 1100100 0 11101 11110001 1100100 100100

Color Harmonies of #0400B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0400B6

Black with #0400B6

Text Example


Text Example

White with #0400B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0400B6; }

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

 H1.HeaderClassName
 {
   color: #0400B6;
 }
 .AnyTagClassName
 {
   color: #0400B6;
 }
</style>

background-color css

<style>
 a { background-color: #0400B6; }

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

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

border-color css

<style>
 span { border-color: #0400B6; }

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

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