Html Css Color HEX #040BBD Medium Blue

📋 copy color: '#040BBD'

red 4 ◦ green 11 ◦ blue 189

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

Shades of Medium Blue #040BBD

Tints of Medium Blue #040BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 92.65%

R = 1.96%
G = 5.39%
B = 92.65%

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

#040BBD (or 0x040BBD) is known color: Medium Blue. HEX triplet: 04, 0B and BD. RGB value is (4,11,189). Sum of RGB (Red+Green+Blue) = 4+11+189=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 189 (74.22% from 255 or 92.65% from 204); Max value from RGB is 189 - color contains mainly: blue. Hex color #040BBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040BBD is #FBF442. Grayscale: #1C1C1C. Windows color (decimal): -16512067 or 12389124. OLE color: 12389124.

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

Color convert

RGB 4 11 189 -
CMYK 0.98 0.94 0 0.26
HSL 237.73º 0.96% 0.38% -
HSV(B) 237.73º 0.98% 0.74% -
XYZ 9.36 3.94 48.41 -
YUV 29.2 218.18 110.03 -
System Red Green Blue C M Y K H S L
Decimal 4 11 189 0.98 0.94 0 0.26 237.73 0.96 0.38
Hex 4 B BD 62 5E 0 1A EE 60 26
Octal 4 13 275 142 136 0 32 356 140 46
Binary 100 1011 10111101 1100010 1011110 0 11010 11101110 1100000 100110

Color Harmonies of #040BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040BBD

Black with #040BBD

Text Example


Text Example

White with #040BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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