Html Css Color HEX #040BBB Medium Blue

📋 copy color: '#040BBB'

red 4 ◦ green 11 ◦ blue 187

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

Shades of Medium Blue #040BBB

Tints of Medium Blue #040BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 92.57%

R = 1.98%
G = 5.45%
B = 92.57%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#040BBB (or 0x040BBB) is known color: Medium Blue. HEX triplet: 04, 0B and BB. RGB value is (4,11,187). Sum of RGB (Red+Green+Blue) = 4+11+187=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 187 (73.44% from 255 or 92.57% from 202); Max value from RGB is 187 - color contains mainly: blue. Hex color #040BBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040BBB is #FBF444. Grayscale: #1C1C1C. Windows color (decimal): -16512069 or 12258052. OLE color: 12258052.

HSL color Cylindrical-coordinate representation of color #040BBB: hue angle of 237.7º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040BBB is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 11 187 -
CMYK 0.98 0.94 0 0.27
HSL 237.7º 0.96% 0.37% -
HSV(B) 237.7º 0.98% 0.73% -
XYZ 9.14 3.85 47.28 -
YUV 28.97 217.18 110.19 -
System Red Green Blue C M Y K H S L
Decimal 4 11 187 0.98 0.94 0 0.27 237.7 0.96 0.37
Hex 4 B BB 62 5E 0 1B EE 60 25
Octal 4 13 273 142 136 0 33 356 140 45
Binary 100 1011 10111011 1100010 1011110 0 11011 11101110 1100000 100101

Color Harmonies of #040BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040BBB

Black with #040BBB

Text Example


Text Example

White with #040BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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