Html Css Color HEX #0418BA Medium Blue

📋 copy color: '#0418BA'

red 4 ◦ green 24 ◦ blue 186

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

Shades of Medium Blue #0418BA

Tints of Medium Blue #0418BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.21%

 BLUE value IS 186 (73.05% from 255) = 86.92%

R = 1.87%
G = 11.21%
B = 86.92%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0418BA (or 0x0418BA) is known color: Medium Blue. HEX triplet: 04, 18 and BA. RGB value is (4,24,186). Sum of RGB (Red+Green+Blue) = 4+24+186=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 186 (73.05% from 255 or 86.92% from 214); Max value from RGB is 186 - color contains mainly: blue. Hex color #0418BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0418BA is #FBE745. Grayscale: #232323. Windows color (decimal): -16508742 or 12195844. OLE color: 12195844.

HSL color Cylindrical-coordinate representation of color #0418BA: hue angle of 233.41º 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 #0418BA is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 24 186 -
CMYK 0.98 0.87 0 0.27
HSL 233.41º 0.96% 0.37% -
HSV(B) 233.41º 0.98% 0.73% -
XYZ 9.24 4.22 46.78 -
YUV 36.49 212.37 104.83 -
System Red Green Blue C M Y K H S L
Decimal 4 24 186 0.98 0.87 0 0.27 233.41 0.96 0.37
Hex 4 18 BA 62 57 0 1B E9 60 25
Octal 4 30 272 142 127 0 33 351 140 45
Binary 100 11000 10111010 1100010 1010111 0 11011 11101001 1100000 100101

Color Harmonies of #0418BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0418BA

Black with #0418BA

Text Example


Text Example

White with #0418BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0418BA; }

 p { color: rgb(4,24,186); }

 H1.HeaderClassName
 {
   color: #0418BA;
 }
 .AnyTagClassName
 {
   color: #0418BA;
 }
</style>

background-color css

<style>
 a { background-color: #0418BA; }

 a { background-color: rgb(4,24,186); }

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

border-color css

<style>
 span { border-color: #0418BA; }

 span { border-color: rgb(4,24,186); }

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