Html Css Color HEX #0713BE Medium Blue

📋 copy color: '#0713BE'

red 7 ◦ green 19 ◦ blue 190

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

Shades of Medium Blue #0713BE

Tints of Medium Blue #0713BE

RGB

 RED value IS 7 (3.13% from 255) = 3.24%

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

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

R = 3.24%
G = 8.8%
B = 87.96%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0713BE (or 0x0713BE) is known color: Medium Blue. HEX triplet: 07, 13 and BE. RGB value is (7,19,190). Sum of RGB (Red+Green+Blue) = 7+19+190=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 190 (74.61% from 255 or 87.96% from 216); Max value from RGB is 190 - color contains mainly: blue. Hex color #0713BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0713BE is #F8EC41. Grayscale: #222222. Windows color (decimal): -16313410 or 12456711. OLE color: 12456711.

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

Color convert

RGB 7 19 190 -
CMYK 0.96 0.90 0 0.25
HSL 236.07º 0.93% 0.39% -
HSV(B) 236.07º 0.96% 0.75% -
XYZ 9.61 4.23 49.02 -
YUV 34.91 215.52 108.1 -
System Red Green Blue C M Y K H S L
Decimal 7 19 190 0.96 0.90 0 0.25 236.07 0.93 0.39
Hex 7 13 BE 60 5A 0 19 EC 5D 27
Octal 7 23 276 140 132 0 31 354 135 47
Binary 111 10011 10111110 1100000 1011010 0 11001 11101100 1011101 100111

Color Harmonies of #0713BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0713BE

Black with #0713BE

Text Example


Text Example

White with #0713BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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