Html Css Color HEX #0413BE Medium Blue

📋 copy color: '#0413BE'

red 4 ◦ green 19 ◦ blue 190

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

Shades of Medium Blue #0413BE

Tints of Medium Blue #0413BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.92%

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

R = 1.88%
G = 8.92%
B = 89.2%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0413BE (or 0x0413BE) is known color: Medium Blue. HEX triplet: 04, 13 and BE. RGB value is (4,19,190). Sum of RGB (Red+Green+Blue) = 4+19+190=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 190 (74.61% from 255 or 89.20% from 213); Max value from RGB is 190 - color contains mainly: blue. Hex color #0413BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0413BE is #FBEC41. Grayscale: #212121. Windows color (decimal): -16510018 or 12456708. OLE color: 12456708.

HSL color Cylindrical-coordinate representation of color #0413BE: hue angle of 235.16º 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 #0413BE is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 19 190 -
CMYK 0.98 0.90 0 0.25
HSL 235.16º 0.96% 0.38% -
HSV(B) 235.16º 0.98% 0.75% -
XYZ 9.58 4.21 49.02 -
YUV 34.01 216.03 106.6 -
System Red Green Blue C M Y K H S L
Decimal 4 19 190 0.98 0.90 0 0.25 235.16 0.96 0.38
Hex 4 13 BE 62 5A 0 19 EB 60 26
Octal 4 23 276 142 132 0 31 353 140 46
Binary 100 10011 10111110 1100010 1011010 0 11001 11101011 1100000 100110

Color Harmonies of #0413BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0413BE

Black with #0413BE

Text Example


Text Example

White with #0413BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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