Html Css Color HEX #0419BE Medium Blue

📋 copy color: '#0419BE'

red 4 ◦ green 25 ◦ blue 190

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

Shades of Medium Blue #0419BE

Tints of Medium Blue #0419BE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

 BLUE value IS 190 (74.61% from 255) = 86.76%

R = 1.83%
G = 11.42%
B = 86.76%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0419BE (or 0x0419BE) is known color: Medium Blue. HEX triplet: 04, 19 and BE. RGB value is (4,25,190). Sum of RGB (Red+Green+Blue) = 4+25+190=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 190 (74.61% from 255 or 86.76% from 219); Max value from RGB is 190 - color contains mainly: blue. Hex color #0419BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0419BE is #FBE641. Grayscale: #242424. Windows color (decimal): -16508482 or 12458244. OLE color: 12458244.

HSL color Cylindrical-coordinate representation of color #0419BE: hue angle of 233.23º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0419BE is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 25 190 -
CMYK 0.98 0.87 0 0.25
HSL 233.23º 0.96% 0.38% -
HSV(B) 233.23º 0.98% 0.75% -
XYZ 9.69 4.44 49.06 -
YUV 37.53 214.04 104.08 -
System Red Green Blue C M Y K H S L
Decimal 4 25 190 0.98 0.87 0 0.25 233.23 0.96 0.38
Hex 4 19 BE 62 57 0 19 E9 60 26
Octal 4 31 276 142 127 0 31 351 140 46
Binary 100 11001 10111110 1100010 1010111 0 11001 11101001 1100000 100110

Color Harmonies of #0419BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0419BE

Black with #0419BE

Text Example


Text Example

White with #0419BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0419BE; }

 p { color: rgb(4,25,190); }

 H1.HeaderClassName
 {
   color: #0419BE;
 }
 .AnyTagClassName
 {
   color: #0419BE;
 }
</style>

background-color css

<style>
 a { background-color: #0419BE; }

 a { background-color: rgb(4,25,190); }

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

border-color css

<style>
 span { border-color: #0419BE; }

 span { border-color: rgb(4,25,190); }

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