Html Css Color HEX #040BBC Medium Blue

📋 copy color: '#040BBC'

red 4 ◦ green 11 ◦ blue 188

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

Shades of Medium Blue #040BBC

Tints of Medium Blue #040BBC

RGB

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

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

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

R = 1.97%
G = 5.42%
B = 92.61%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#040BBC (or 0x040BBC) is known color: Medium Blue. HEX triplet: 04, 0B and BC. RGB value is (4,11,188). Sum of RGB (Red+Green+Blue) = 4+11+188=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 188 (73.83% from 255 or 92.61% from 203); Max value from RGB is 188 - color contains mainly: blue. Hex color #040BBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040BBC is #FBF443. Grayscale: #1C1C1C. Windows color (decimal): -16512068 or 12323588. OLE color: 12323588.

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

Color convert

RGB 4 11 188 -
CMYK 0.98 0.94 0 0.26
HSL 237.72º 0.96% 0.38% -
HSV(B) 237.72º 0.98% 0.74% -
XYZ 9.25 3.9 47.84 -
YUV 29.09 217.68 110.11 -
System Red Green Blue C M Y K H S L
Decimal 4 11 188 0.98 0.94 0 0.26 237.72 0.96 0.38
Hex 4 B BC 62 5E 0 1A EE 60 26
Octal 4 13 274 142 136 0 32 356 140 46
Binary 100 1011 10111100 1100010 1011110 0 11010 11101110 1100000 100110

Color Harmonies of #040BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040BBC

Black with #040BBC

Text Example


Text Example

White with #040BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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