Html Css Color HEX #0313BE Medium Blue

📋 copy color: '#0313BE'

red 3 ◦ green 19 ◦ blue 190

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

Shades of Medium Blue #0313BE

Tints of Medium Blue #0313BE

RGB

 RED value IS 3 (1.56% from 255) = 1.42%

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

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

R = 1.42%
G = 8.96%
B = 89.62%

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

#0313BE (or 0x0313BE) is known color: Medium Blue. HEX triplet: 03, 13 and BE. RGB value is (3,19,190). Sum of RGB (Red+Green+Blue) = 3+19+190=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 190 (74.61% from 255 or 89.62% from 212); Max value from RGB is 190 - color contains mainly: blue. Hex color #0313BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0313BE is #FCEC41. Grayscale: #212121. Windows color (decimal): -16575554 or 12456707. OLE color: 12456707.

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

Color convert

RGB 3 19 190 -
CMYK 0.98 0.90 0 0.25
HSL 234.87º 0.97% 0.38% -
HSV(B) 234.87º 0.98% 0.75% -
XYZ 9.56 4.2 49.02 -
YUV 33.71 216.2 106.1 -
System Red Green Blue C M Y K H S L
Decimal 3 19 190 0.98 0.90 0 0.25 234.87 0.97 0.38
Hex 3 13 BE 62 5A 0 19 EB 61 26
Octal 3 23 276 142 132 0 31 353 141 46
Binary 11 10011 10111110 1100010 1011010 0 11001 11101011 1100001 100110

Color Harmonies of #0313BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0313BE

Black with #0313BE

Text Example


Text Example

White with #0313BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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