Html Css Color HEX #040CBD Medium Blue

📋 copy color: '#040CBD'

red 4 ◦ green 12 ◦ blue 189

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

Shades of Medium Blue #040CBD

Tints of Medium Blue #040CBD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.85%

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

R = 1.95%
G = 5.85%
B = 92.2%

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

#040CBD (or 0x040CBD) is known color: Medium Blue. HEX triplet: 04, 0C and BD. RGB value is (4,12,189). Sum of RGB (Red+Green+Blue) = 4+12+189=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 189 (74.22% from 255 or 92.20% from 205); Max value from RGB is 189 - color contains mainly: blue. Hex color #040CBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040CBD is #FBF342. Grayscale: #1D1D1D. Windows color (decimal): -16511811 or 12389380. OLE color: 12389380.

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

Color convert

RGB 4 12 189 -
CMYK 0.98 0.94 0 0.26
HSL 237.41º 0.96% 0.38% -
HSV(B) 237.41º 0.98% 0.74% -
XYZ 9.37 3.96 48.42 -
YUV 29.79 217.85 109.61 -
System Red Green Blue C M Y K H S L
Decimal 4 12 189 0.98 0.94 0 0.26 237.41 0.96 0.38
Hex 4 C BD 62 5E 0 1A ED 60 26
Octal 4 14 275 142 136 0 32 355 140 46
Binary 100 1100 10111101 1100010 1011110 0 11010 11101101 1100000 100110

Color Harmonies of #040CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040CBD

Black with #040CBD

Text Example


Text Example

White with #040CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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